Introduction
Velocity is an animation engine with the same API as jQuery's `$.animate()`. It works with and without jQuery. It's incredibly fast, and it features color animation, transforms, loops, easings, SVG support, and scrolling. It is the best of jQuery and CSS transitions combined.
Download Velocity, include it on your page, and replace all instances of jQuery's `$.animate()` with `$.velocity()`. You will immediately see a performance boost across all browsers and devices — especially on mobile.
Velocity works everywhere — back to IE8 and Android 2.3. Under the hood, it mimics jQuery's `$.queue()`, and thus interoperates seamlessly with jQuery's `$.animate()`, `$.fade()`, and `$.delay()`. Since Velocity's syntax is identical to `$.animate()`, your code doesn't need to change.
Velocity outperforms jQuery at all levels of stress, and outperforms Transit (the leading CSS animation library) beginning at medium levels of stress. JavaScript animation, which Velocity uses, is fast; it's jQuery that's slow.
JavaScript animationjQuery APICSS transformsColor animationSVG supportScrollingEasingsMobile performance
Screenshots

Deployment
直接下载并在页面中引入
适用于传统网页或不使用打包工具的项目,下载 velocity.js 后通过 script 标签加入页面即可使用,可与 jQuery/Zepto 共存或独立运行。
RequireJS
适用于使用 AMD/RequireJS 管理前端依赖的项目,可按官方示例配置 jQuery/Zepto shim 或在无依赖模式下直接 require Velocity。
Browserify
适用于使用 CommonJS/Browserify 打包的项目,按需先全局挂载 jQuery 再 require Velocity,或在无 jQuery 场景中直接 require Velocity 使用。
Details
Type Open-source software
License MIT
Last verified 2026-07-18
Ad slot 300 × 250 Ad
About the data
Stars / commit times sync automatically from the GitHub API; pricing and features are human-verified.