tipop icon indicating copy to clipboard operation
tipop copied to clipboard

App crashes when I have multiple POP animations firing at the same time. Is there any way to try to detect if another POP is running or queue successive animations?

Open mark22 opened this issue 9 years ago • 0 comments

I have several POP animations which can't be easily chained after each other using the provided callback feature due to the way my app is structured.

Was wondering if there is any way to add a feature to detect if POP is already animating something, and if so I can try to find a way to create a delay before firing a new animation

Thanks!

mark22 avatar Aug 30 '15 02:08 mark22