We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In documentation there is jquery version of it however when I implemented to pure js it didn't work.
Velocity(document.getElementById("foo"),{opacity:1},{duration:1000},{complete:function(){alert('a');}});
The text was updated successfully, but these errors were encountered:
Please read the guide for submitting issues.
Sorry, something went wrong.
you're not passing in options properly. read the docs
No branches or pull requests
In documentation there is jquery version of it however when I implemented to pure js it didn't work.
The text was updated successfully, but these errors were encountered: