-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add an "always" callback #126
Comments
What if Would this be a cleaner solution than having two competing callback options (both |
I think that the Promises support in #143 covers this nicely - so unless you want to add a specific callback I'd say close this :-) |
Having a promise returned necessitates using the utility function, and so I'll leave this thread open to see who else comes by and asks for this. Thanks for everything, Robin. |
I'll close this for now. We'll see if anyone else requests this. |
Currently the "complete" option doesn't fire if the animation is stopped for whatever reason - having an "always" gives the ability to run a function even if you cancel the animation early.
The text was updated successfully, but these errors were encountered: