ola::water_wave:用于插入数字的平滑动画库 源码
奥拉 流畅的动画库 /实时数字: // Start tracking the value const pos = Ola ( { y : 0 } ) ; // Set the value to update async pos . set ( { y : 100 } ) ; // Read the evolution over time setInterval ( ( ) => graph ( pos . y ) , 5 ) ; 它适用于多个值/维度: const pos = Ola ( { x : 0 , y : 0 } ) ; window . addEventListener (
文件列表
ola-master.zip
(预估有个20文件)
ola-master
.gitignore
943B
ola.test.js
7KB
package.json
1KB
LICENSE
1KB
ola.min.js
2KB
.github
FUNDING.yml
52B
workflows
tests.yml
452B
暂无评论