文件名称:interpol-js:在 requestAnimationFrame 之上工作的 JavaScript 补间引擎
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-19 02:57:25
JavaScript
#国际刑警组织 ##用于随时间插值的轻量级补间库 作者:乔·哈洛( ) Interpol是一个建立在requestAnimationFrame之上的 JavaScript 补间库。 Interpol纯粹用于值随时间的插值,应与更高级别的库一起使用以促进元素的动画。 ###浏览器支持 Interpol建立在requestAnimationFrame之上,但对于不受支持的浏览器,它将回退到一个简单的setTimeout方法。 因此它可以在大多数浏览器中工作。 微软 Internet Explorer 8+ 火狐浏览器 3.6+ 谷歌浏览器 5.0+ 苹果 Safari 5.0+ 歌剧 10.6+ ###安装 Interpol可以通过npm或bower安装,运行: npm install interpol或bower install interpol分别。
【文件预览】:
interpol-js-master
----.gitignore(14B)
----package.json(590B)
----build(172B)
----dist()
--------interpol.js(13KB)
--------interpol.min.js(8KB)
----README.md(835B)
----example()
--------scripts()
--------index.html(1KB)
----lib()
--------interpol.js(12KB)
----bower.json(0B)