AndroidViewAnimations icon indicating copy to clipboard operation
AndroidViewAnimations copied to clipboard

How to cancel an animation and how to run it for infinite time

Open FrancescoSaverioZuppichini opened this issue 7 years ago • 1 comments
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.

rayliverified avatar Dec 20 '17 23:12 rayliverified