You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
And a timer which call this methods every 4 seconds. It works always the first time but never again in the sequence although the method call is working. Why is this happening? Why I only can call to the animation once? Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I'm experimenting an issue trying to repeating an animation with a timer. I have the following method:
ViewAnimator.animate(buttonStart) .rotation(360) .duration(2000) .decelerate() .start();
And a timer which call this methods every 4 seconds. It works always the first time but never again in the sequence although the method call is working. Why is this happening? Why I only can call to the animation once? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: