Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move initial dequeuing from animate to queue function. #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trautonen
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant