tipop
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?
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!