文件名称:jquery.easing:jQuery简易插件
文件大小:37KB
文件格式:ZIP
更新时间:2024-05-10 21:49:38
JavaScript
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生成精简版
【文件预览】:
jquery.easing-master
----example()
--------example.html(2KB)
--------verify.html(2KB)
--------demo.html(2KB)
----jquery.easing.min.js(2KB)
----package.json(1KB)
----jquery.easing.compatibility.js(2KB)
----jquery.easing.js(4KB)
----package-lock.json(95KB)
----LICENSE-BSD-3-Clause.txt(4KB)
----.eslintrc.js(468B)
----.gitignore(15B)
----README.md(741B)
----.eslintignore(21B)
----bower.json(564B)
----.editorconfig(303B)