JHChainableAnimations
JHChainableAnimations copied to clipboard
How do I repeat composite animation
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
Same problem here. Any help appreciated :-)
Yeah. In the same boat :)