KieuQ
KieuQ
Assign it to a YoYoString variable. ` YoYo.YoYoString yoyoString = YoYo.with(animationView) .duration(1000) .repeat(100) .withListener(so on).playOn(view); ` then later on your code you can call `yoyoString.stop()`.
you might be playing the animation too early [https://stackoverflow.com/a/3594216/4129644](url) > You are calling getWidth() too early. The UI has not been sized and laid out on the screen yet. >...
Only thing that's missing is the scroll bar smoothing :+1: