|
Animate.css 中文网:http://www.animate.net.cn/
英文网:https://animate.style/ 使用步骤: 1、 下载animate.css 开源社区下载:https://daneden.github.io/animate.css/ 2、 引用animate.css <link rel="stylesheet" href="animate.min.css"> 3、使用 老版本使用 <h1 class="animated bounce">An animated element</h1> 新版本使用 <h1 class="animate__animated animate__bounce">An animated element</h1> 注:类名有所变化,具体使用,可以测试一下 |
|
|