Results 1 issues of Pau

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...