Skip to content
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

Easing animations? #21

Closed
KingScooty opened this issue Jun 13, 2013 · 3 comments
Closed

Easing animations? #21

KingScooty opened this issue Jun 13, 2013 · 3 comments

Comments

@KingScooty
Copy link

Apologies if this has been brought up before, but is it possible to add easing effects to the line animation?

Cheers!

@rendro
Copy link
Owner

rendro commented Jun 16, 2013

You can use different easing animations by adding them to the plugin. Currently only a easeInOutQuad function is implemented. If you find a way to use the jQuery easing functions please let me know for later releases.

@rendro
Copy link
Owner

rendro commented Sep 22, 2013

You can use the jQuery easing plugin with version 2.0.0.

Load the easing plugin in your code and set the easing option to the name of the function as a string (see demo/jquery.html of the repository)

@rendro rendro closed this as completed Sep 22, 2013
@KingScooty
Copy link
Author

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants