-
Notifications
You must be signed in to change notification settings - Fork 67
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
How to remove an animation after it has completed? #19
Comments
Hey @leksak, What's your desired use case / outcome? Is it that you just want to loop through once? Thanks! |
@MrSaints. I want to write a function, that when called, will perform the animation just once. Any subsequent calls to the function should also trigger the animation. Thanks! |
Please let me know if I can clarify any further. |
I would like this as well. Would be great with a parameter like:
|
Solution: You can omit this library, and only pull in
(add For a list, see: https://github.com/daneden/animate.css#basic-usage |
How does one remove an animation once it is completed? For instance, after the
bounceIn
animation has finished its animation how does one ensure that it isn't animated once more? And, when a new call toMorphext
is performed that the animation runs again.I tried this,
and obviously I have no idea what I am doing.
The text was updated successfully, but these errors were encountered: