Text Animation from left to right like shine in Android
android, animation
Solution
This is my demo, please try it
https://github.com/FrankNT/TextViewSlideEffect
Regards, Frank
Problem
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. 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?