Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.5 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.5 KB

##Velocity (0.11.5)

Docs
VelocityJS.org

Quickstart

bower install velocity or npm install velocity-animate

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

Author

Follow Julian Shapiro for tweets on UI animation.

###Learn

###New

###Comparisons

  • Famo.us is a full-fledged mobile app framework built around a physics engine.
  • CSS transitions are meant for simple interface flourishes triggered by hover states.
  • jQuery's $.animate() is slow and poorly-equipped for motion design.
  • Velocity allows you to inject rich motion design into your UI.

###Credits

  • Stripe sponsors Velocity's development.
  • BrowserStack provides Velocity's testing services.

====

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