web前端的动画有很多种。
实现方式也有很多种,通过js实现的动画,通过css类实现的动画,甚至是把动画过程录制成为json然后再进行回放。本文就介绍github上的高星动画库。

animejs

动画animation动起来

css 通过类来实现的动画

https://daneden.github.io/animate.css/
给元素添加class然元素动起来。
动画animation动起来

CSS loading 动画

https://github.com/ConnorAtherton/loaders.css

人家给你提供了思路,至于到底要怎么使用,也是要思考的。
动画animation动起来

arbnb 的lottie-web

设计师录制data.json, 开发人员通过lottie player回放动画

mattboldt/typed.js

typed.js可以看成是一个打字机效果,可以出现一种字一个一个敲出来那种感觉的动画。
动画animation动起来

如果换一个字体,效果应该更好。
动画animation动起来

motion动画

动画animation动起来

相关文章:

  • 2021-07-07
  • 2021-11-28
  • 2022-01-07
猜你喜欢
  • 2021-08-13
  • 2021-09-13
  • 2021-04-03
  • 2022-12-23
相关资源
相似解决方案