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

Animations in chain seam to get cached. Adding other animations to a view that is finished animating restars the whole chain. #56

Open
doozMen opened this issue Aug 23, 2017 · 1 comment

Comments

@doozMen
Copy link

doozMen commented Aug 23, 2017

I used it and apparently a view that you chain animations on retains those. When you later trigger animations on the same view the previously chained animations get triggered again. Maybe there is a cleanup I don’t know about?

Reproduce

  1. Add a view and chain some animations
  2. Animate the chain
  3. When it is finished add some other animations in code
  4. Start that animation.

Bug
The chained animations in 3 are added to the new animations. I don't feel this is the expected behaviour?

@doozMen doozMen changed the title I used it and apparently a view that you chain animations on retains those. When you later trigger animations on the same view the previously chained animations get triggered again. Maybe there is a cleanup I don’t know about? Animations in chain seam to get cached. Adding other animations to a view that is finished animating restars the whole chain. Aug 24, 2017
@nbabaka
Copy link

nbabaka commented May 21, 2018

Got the same issue. Did you fixed that?

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

2 participants