1. 首页
  2. 数据库
  3. 其它
  4. jquery.easing:jQuery简易插件 源码

jquery.easing:jQuery简易插件 源码

上传者: 2021-04-21 17:32:30上传 ZIP文件 37.11KB 热度 14次
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生成精简版
用户评论