stepperjs:一个微小的requestAnimationFrame包装器,以提高可用性

时间:2024-06-04 16:23:12
【文件属性】:

文件名称:stepperjs:一个微小的requestAnimationFrame包装器,以提高可用性

文件大小:112KB

文件格式:ZIP

更新时间:2024-06-04 16:23:12

nodejs javascript animations requestanimationframe JavaScript

StepperJS 一个很小的requestAnimationFrame包装器,用于提高可用性。 - 安装 npm $ npm install --save stepperjs 用法 巴别塔 import Stepper from 'stepperjs' ; import linear from 'stepperjs/dist/easings/linear' ; const stepper = new Stepper ( { duration : 300 , // default: 0 easing : linear , // default: linear loop : true , // default: false reverse : true // default: false } ) . on ( { start ( ) { ...


【文件预览】:
stepperjs-release
----.travis.yml(693B)
----package.json(2KB)
----tests()
--------easings-test.js(7KB)
--------test-entry.js(280B)
--------Stepper-test.js(22KB)
----package-lock.json(252KB)
----html()
--------index.html(8KB)
----src()
--------browser.js(175B)
--------easings()
--------index.js(98B)
--------Status.js(481B)
--------Stepper.js(5KB)
----.npmignore(26B)
----.gitignore(3KB)
----webpack.config.js(2KB)
----karma.conf.js(3KB)
----README.md(2KB)
----yarn.lock(135KB)

网友评论