-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature request - Set animation type #10
Comments
Internally Hashy uses the jQuery animate function. By default this only supports
This will be in version 2, along with an updated API. |
Check 2.0.0-b and let me know what you think. Note that I've changed the API so |
I don't see any new branches. - IGNORE. I see the commit. |
2.0.0 now doesn't use jQuery for animation so this complicates things a bit. But I should be able to add the ability to pass a custom easing function. Then you can do what you like with it. |
The ability to set the animation type, e.g. swing, ease, linear etc as part of the initialization process would be useful.
The text was updated successfully, but these errors were encountered: