Nic0La / velocity

Accelerated JavaScript animation.

Home Page:VelocityJS.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Velocity

Docs
http://VelocityJS.org

Quickstart
<script src="//cdn.jsdelivr.net/jquery.velocity/0.4.0/jquery.velocity.min.js"></script>

Package Managers
Bower package is velocity. NPM package is velocity-animate.

Coming Soon
jQuery dependency removal and Zepto support.

###Learn

###Comparisons

  • Famo.us is a full-fledged mobile app framework built around a physics engine.
  • GSAP is a fast, multi-purpose animation platform. It inspired me to pursue the development of Velocity.
  • Velocity is a lightweight tool for drastically improving UI animation performance and workflow.

###Changelog

  • 0.3.0-0.4.0: SVG animation support. See http://VelocityJS.org/#svg.
  • 0.2.1: Prevent errors from being thrown in old, partially-supported jQuery versions (1.4.0-2).
  • 0.2.0: Added step easing (http://VelocityJS.org/#easing).
  • 0.1.0: The stop command now stops animations immediately (instead of just clearing the remainder of the animation queue). No other backwards-incompatible changes were made. See http://VelocityJS.org/#stop.

====

MIT License. © Julian Shapiro (http://twitter.com/shapiro).

About

Accelerated JavaScript animation.

VelocityJS.org

License:MIT License