3.0.0 • Published 8 years ago

nd-easing v3.0.0

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

nd-easing

Travis Coveralls NPM version

Easing 是动画的平滑函数扩展包。由于 jQuery 自带的比较少,通过这个包可以增加更多平滑函数。

安装

$ npm install nd-easing --save

使用

var $ = require('jquery');
var Easing = require('nd-easing');
// use Easing
$.extend($.easing, Easing);