JSPM

  • Created
  • Published
  • Downloads 157162
  • Score
    100M100P100Q166987F
  • License MIT

Accelerated JavaScript animation.

Package Exports

  • velocity-animate
  • velocity-animate/velocity.ui
  • velocity-animate/velocity.ui.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (velocity-animate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

##Velocity

Docs
http://VelocityJS.org

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

Feature Demos
http://codepen.io/julianshapiro/public-list

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

###New

###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.2.0: Added step easing (http://VelocityJS.org/#easing).
  • 0.1.0: Velocity's stop command was changed to stop animations immediately (instead of just clearing the remainder of the animation queue). No other backwards-incompatible changes were made.

====

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