drupal-package / easing
该包的最新版本(dev-master)没有可用的许可证信息。
允许克隆 gdsmith/jquery.easing 仓库
dev-master
2020-11-22 13:15 UTC
This package is not auto-updated.
Last update: 2024-09-24 06:16:25 UTC
README
这是什么?这是一个 GSGD 开发的 jQuery 插件,提供高级缓动选项。更多信息请查看 这里
请使用 CloudFlare 的 CDN https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js
以帮助我的主机。谢谢。
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
构建压缩版本