eased-oscillator:减小的振荡值

时间:2024-05-21 14:49:59
【文件属性】:

文件名称:eased-oscillator:减小的振荡值

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-21 14:49:59

JavaScript

简易振荡器 产生使用缓动函数在两个值之间振荡的函数 用法 var osciQuad = easedOsc ( { min : 10 , max : 20 , steps : 2 , easing : 'linear' } ) ; console . log ( osciQuad ( ) ) ; // 10 // each time the function is called, the step value oscillates between the min and max console . log ( osciQuad ( ) ) ; // 15 console . log ( osciQuad ( ) ) ; // 20 console . log ( osciQuad ( ) ) ; // 15 console . log ( osciQuad (


【文件预览】:
eased-oscillator-master
----.travis.yml(49B)
----test()
--------index.js(1KB)
--------mocha.opts(42B)
----README.md(1KB)
----.gitignore(13B)
----index.js(704B)
----package.json(668B)

网友评论