文件名称:animationFrame:轻松开始使用 window.requestAnimationFrame !
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-29 12:40:02
JavaScript
动画FrameJS 这是一个由@donlion (Leo Ørsnes) 编写的插件。 开始使用动画帧进行网络动画和数学转换! 依赖于jQuery ##Install 要么运行 bower install animationframe 或从此存储库下载 js 文件 ##例子: $(".dom").animationFrame({ "duration": 1000, "easing": "linear|ease|cubicBezier", "from": { "left": "0px", "top": "0px", "height": "100%" }, "to": { "left": "100px", "top": "60px", "height": "50%" }, "finish": functio
【文件预览】:
animationFrame-master
----animationframe.js(4KB)
----package.json(744B)
----demo.html(1KB)
----LICENSE(1KB)
----README.md(830B)
----animationframe.min.js(2KB)
----bower.json(408B)