AndroidViewAnimations
AndroidViewAnimations copied to clipboard
How to cancel an animation and how to run it for infinite time
trafficstars
Hello,
How can I run an animation for unlimited time and how can I cancel it?
Cheers,
Francesco
Add '.repeat(YoYo.INFINITE)' to the YoYo builder to repeat for an infinite loop. Use "rope.stop(true);" on the YoYo object to stop the animation.