文件名称:jquery.fx-transition:用于 jQuery 的嵌入式 css-transitions
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-18 18:24:03
JavaScript
jquery.fx-transition 用于 jQuery 的嵌入式 css-transitions 用法 像往常一样使用 jQuery 的 fx-methods(例如 animate、fadeIn 等)。 有关更多信息,请参阅。 选项 选项 类型 描述 css 过渡 布尔值 指定是否使用 css-transitions。 默认为“真”。 宽松 细绳 指定应用于转换的计时函数。 提供标识符名称或一组三次贝塞尔控制点值作为 css 函数,例如 `cubic-bezier(0.2, 0.1, 0.47, 1)` 或数组,例如 `[0.2, 0.1, 0.47, 1 ]`。 特别延迟 目的 基于每个道具指定延迟,例如 {left: 2000} 特别持续时间 目的 基于每个道具指定持续时间,例如 {left: 2000} 特别宽松 目的 根据每个道具指定缓动,例如 {left: 'e
【文件预览】:
jquery.fx-transition-master
----.jshintrc(234B)
----.gitignore(721B)
----package.json(330B)
----src()
--------jquery.fx-transition.js(21KB)
----Gruntfile.js(1KB)
----dist()
--------jquery.fx-transition.js(21KB)
--------jquery.fx-transition.min.js(7KB)
----samples()
--------easing.html(2KB)
--------css()
--------fadein.html(3KB)
--------stop.html(2KB)
--------animate.html(6KB)
--------fadeout.html(3KB)
--------special.html(2KB)
----LICENSE(1KB)
----README.md(2KB)
----bower.json(455B)