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
For example, I want a view repeat a "up-down animation".
code:
JHChainableAnimator *anim = [[JHChainableAnimator alloc] initWithView:view];
anim.moveY(10).thenAfter(0.2).moveY(-10).animateWithRepeat(0.2,5);
But the view will move down once and move up five times
The text was updated successfully, but these errors were encountered:
For example, I want a view repeat a "up-down animation".
code:
JHChainableAnimator *anim = [[JHChainableAnimator alloc] initWithView:view];
anim.moveY(10).thenAfter(0.2).moveY(-10).animateWithRepeat(0.2,5);
But the view will move down once and move up five times
The text was updated successfully, but these errors were encountered: