JHChainableAnimations icon indicating copy to clipboard operation
JHChainableAnimations copied to clipboard

How do I repeat composite animation

Open lylcf opened this issue 8 years ago • 2 comments

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

lylcf avatar Mar 17 '18 04:03 lylcf

Same problem here. Any help appreciated :-)

sebastianludwig avatar Apr 16 '18 09:04 sebastianludwig

Yeah. In the same boat :)

SergejLogis avatar Jul 24 '18 10:07 SergejLogis