Skip to content

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

Description

@doozMen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions