文件名称:Animate:微小的JS(5KB)库,当元素在视口中时可触发元素上的动画:glasses:
文件大小:118KB
文件格式:ZIP
更新时间:2024-06-06 03:00:58
animation vanilla-js viewport trigger-animations viewport-animations
Animate.js 一个用TypeScript编写的小型库(〜6kb),可在元素出现时触发元素上的动画 :glasses: 。 有兴趣编写自己JavaScript插件吗? 查看以获得出色的教程! 设置 < script src =" /assets/js/dist/animate.js " > </ script > < script > var animate = new Animate ( { target : '[data-animate]' , animatedClass : 'js-animated' , offset : [ 0.5 , 0.5 ] , delay : 0 , remove : true , scrolled : false , reve
【文件预览】:
Animate-master
----.eslintrc(945B)
----rollup.config.js(672B)
----package.json(3KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(1KB)
--------workflows()
----test()
--------mocha.opts(23B)
--------setup.js(66B)
--------tsconfig.json(359B)
----.prettierrc(104B)
----package-lock.json(297KB)
----.nodemonrc(115B)
----dist()
--------images()
--------index.html(3KB)
--------styles()
--------scripts()
----src()
--------styles()
--------scripts()
----tsconfig.json(342B)
----LICENSE.md(1KB)
----.gitignore(224B)
----.npmrc(52B)
----README.md(7KB)
----.eslintignore(17B)