EasyAnimation
EasyAnimation copied to clipboard
Animations in chain seam to get cached. Adding other animations to a view that is finished animating restars the whole chain.
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
- Add a view and chain some animations
- Animate the chain
- When it is finished add some other animations in code
- Start that animation.
Bug The chained animations in 3 are added to the new animations. I don't feel this is the expected behaviour?
Got the same issue. Did you fixed that?