animateplus 介绍
Animate Plus是 一个 JavaScript动画库,专注于 性能 和创作灵活性。它旨在提供稳定的60 FPS,重量不到3 KB(缩小和压缩),使其特别适合移动设备。?
animateplus使用
import animate from "/animateplus.js";
animate({
elements: "div",
duration: 2000,
delay: index => index * 100,
transform: ["scale(0)","scale(1)"]
})
.then(options => animate({
...options,
transform: ["translate(0%)","translate(500%)"]
}));
?
GitHub: https://github.com/bendc/animateplus
网站描述: 一个 基于现在的网络的动画模块
animateplus官方网站
官方网站:
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did176702