JHChainableAnimations icon indicating copy to clipboard operation
JHChainableAnimations copied to clipboard

Animation will be repeated when jump from the current App to the second App

Open lilei644 opened this issue 7 years ago • 1 comments

Hello! Thank you for providing the animation library, which I recently used in my project, but I found a bug. Animation usually works normally. When I jump from the current App to the second App, and then jump back to the current App, any animation will be repeated.

lilei644 avatar Jun 24 '17 09:06 lilei644

I believe if you call stop when the app enters the background this should clear the animations. Then you can set the view to the state you want

jhurray avatar Oct 18 '17 01:10 jhurray