Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I repeat composite animation #51

Open
lylcf opened this issue Mar 17, 2018 · 2 comments
Open

How do I repeat composite animation #51

lylcf opened this issue Mar 17, 2018 · 2 comments

Comments

@lylcf
Copy link

lylcf commented Mar 17, 2018

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

@sebastianludwig
Copy link

Same problem here. Any help appreciated :-)

@SergejLogis
Copy link

Yeah. In the same boat :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants