jquery.easing:jQuery简易插件 源码
jQuery简易插件 它是什么? GSGD提供的jQuery插件,可提供高级缓动选项。 更多信息 对于CDN,请使用CloudFlare 帮助我的主机。 谢谢你。 AMD或CommonJS的用法 // CommonJS const jQuery = require ( 'jquery' ) ; require ( 'jquery.easing' ) ( jQuery ) ; // AMD define ( [ 'jquery' , 'jquery.easing' ] , function ( jQuery , easing ) { easing ( jQuery ) ; } ) ; 构建和测试 克隆仓库 npm install 做出改变 针对/examples中的文件进行测试 使用npm run build生成精简版
用户评论