When queuing custom operations with no ongoing animation or when the element is idle, nothing happens. This change ensures that you can initialize the queue with a custom callback and it starts dequeuing the animation queue properly.
This comes handy for example when you want to hide or show a window after an animation is finished or when the element is not doing any animations.
When queuing custom operations with no ongoing animation or when the element is idle, nothing happens. This change ensures that you can initialize the queue with a custom callback and it starts dequeuing the animation queue properly.
This comes handy for example when you want to hide or show a window after an animation is finished or when the element is not doing any animations.