EasyAnimation icon indicating copy to clipboard operation
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.

Open doozMen opened this issue 7 years ago • 1 comments

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 avatar Aug 23 '17 15:08 doozMen

Got the same issue. Did you fixed that?

nbabaka avatar May 21 '18 15:05 nbabaka