1:下载:

https://www.haorooms.com/uploads/example/Animatecss/Animate/animate.css

 

2;使用

<!DOCTYPE html>
<html>
<head>
     <meta charset="utf-8" />
     <title></title>
     <link rel="stylesheet" href="https://www.haorooms.com/uploads/example/Animatecss/Animate/animate.css" />
</head>
<body>
     <div id="test" class="animated bounce infinite">test</div>
     <!-- 这边注意div里类名不分先后但是必须有animated 和 动作类名infinite即为无限循环,默认为播放一次 -->
</body>
</html>

 

3:效果预览:https://daneden.github.io/animate.css/

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2021-09-03
  • 2022-01-22
  • 2021-06-08
相关资源
相似解决方案