Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text Animation from left to right like shine in Android

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.

enter image description here

As you can see that, sentence slide to cancel will animate from left to right like there is a light behind it.

I don't know what to use. I tried some animation like Alpha, but can't achieve that. Can anyone help me?

like image 507
Chintan Rathod Avatar asked Aug 14 '13 11:08

Chintan Rathod


1 Answers

This is my demo, please try it

https://github.com/FrankNT/TextViewSlideEffect

Regards, Frank

Text Animation from left to right like shine in Android

like image 95
Frank Nguyen Avatar answered Nov 14 '22 23:11

Frank Nguyen