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?
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
Bug
The chained animations in 3 are added to the new animations. I don't feel this is the expected behaviour?