Anime:简单的动画师

时间:2024-07-10 09:46:04
【文件属性】:

文件名称:Anime:简单的动画师

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-10 09:46:04

JavaScript

简单的动画师 只需在浏览器上设置一个动画请求并处理您的回调。 如果存在任何动画,它会连续请求动画帧。 像其他 Browserify/CommonJS 模块一样使用它。 安装 $ npm install simple-animator 应用程序接口 animator = require('simple-animator'); duration = 3000; // duration in ms callback = function(progress){ console.log(progress); // shows progress normal values(from 0 to 1) } handle = animator.animate(duration, callback); handle.pause(); handle.continue(); handle.cancel


【文件预览】:
Anime-master
----coffee()
--------Animator.coffee(1KB)
----npm-debug.log(9KB)
----js()
--------Animator.js(3KB)
----.npmignore(19B)
----.gitignore(13B)
----readme.md(800B)
----package.json(376B)

网友评论