animateplus

编程之家收集整理的这个编程导航主要介绍了animateplus编程之家,现在分享给大家,也给大家做个参考。

animateplus

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官方网站

官方网站:

如果觉得编程之家网站内容还不错,欢迎将编程之家网站推荐给程序员好友。

相关文章

Chartkick,用一行Ruby代码创建漂亮的JavaScript图表
Tabulator, JavaScript 中的交互式图表和数据网格
ganlab,生成对抗网络GAN的交互式可视化实验工具
github-profile-summary,可视化GitHub概况的工具
anime,一个轻量的JavaScript 动画库
JSXGraph,一个支持各种浏览器的交互式几何图库绘制