Text Animation from left to right like shine in Android

后端 未结 5 1869
终归单人心
终归单人心 2021-02-09 14:48

I don\'t know what type of animation it called, but I want to implement it as shown below. I saw that animation in iOS.

5条回答
  •  攒了一身酷
    2021-02-09 15:24

    You have 2 ways:

    1) working with openGL and use Shaders to make this effect.

    2) create a layer above text which contains a [transparent][white][transparent] gradient and animate him.

提交回复
热议问题