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

Added Velocity.JS support #284

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Velocity.JS support #284

wants to merge 1 commit into from

Conversation

schme16
Copy link

@schme16 schme16 commented Jul 30, 2014

I've added in a quick check for velocity.js (https://github.com/julianshapiro/velocity) as it is a lightweight drop-in replacement for the $.animate module.

Benefits of using Velocity.JS are that it minimizes layout trashing, it minimizes DOM thrashing and executes its steps inside of a window.requestAnimationFrame; it is also compatible back to IE6 delivering very high performance (better than css transitions in most cases).

I'd even recommend that you mention the benefits of including Velocity.JS in the readme.

Thanks for all the great work on this project over the years!

I've added in a quick check for velocity.js (https://github.com/julianshapiro/velocity) as it is a lightweight drop-in replacement for the $.animate module.

Benefits of using Velocity.JS are that it minimizes layout trashing, it minimizes DOM thrashing and executes its steps inside of a window.requestAnimationFrame; it is also compatible back to IE6 delivering very high performance (better than css transitions in most cases).

I'd even recommend that you mention the benefits of including Velocity.JS in the readme.


Thanks for all the great work on this project over the years!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants