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
Something like:
KUTE.setGlobalDefault({duration: 1000});
would be a great addition, since now I have to manually pass this for every Tween. Thoughts?
The text was updated successfully, but these errors were encountered:
It's good idea. I will think about it.
Sorry, something went wrong.
What about an object in the KUTE main object, something like
KUTE.defaultOptions = { delay: 0, duration: 700, // other options }
@t47io I have implemented this feature as I described above, would you be willing to do some tests as soon as I commit?
Changes:
709e78a
* Included fix #49 * Implemented #47 * Documentation updates
9348792
OK, I updated the code, demo, please read http://thednp.github.io/kute.js/options.html to learn how to override options' default values.
thednp
No branches or pull requests
Something like:
would be a great addition, since now I have to manually pass this for every Tween. Thoughts?
The text was updated successfully, but these errors were encountered: