caleb531 / jcanvas

A jQuery plugin that makes the HTML5 canvas easy to work with.
https://projects.calebevans.me/jcanvas/
MIT License
626 stars 192 forks source link

animation effects #173

Closed L2L2L closed 9 years ago

L2L2L commented 9 years ago

I can't seem to find anything in the document, nor web search about other animations effects I can use.

I'm taking away from the documents that linear, swing-default--, and ease are acceptable. What else?

caleb531 commented 9 years ago

jQuery only includes two builtin easing functions: swing (the default) and linear. jQuery UI adds many other easing functions, which jCanvas will recognize if you are also using jQuery UI. However, there is also a third-party jQuery plugin which adds many of these custom easings: http://gsgd.co.uk/sandbox/jquery/easing/

Caleb