第三方css动画库

https://animate.style/
//安装

npm install animate.css --save
//引入
import 'animate.css';

//使用
<h1 class="animate__animated animate__bounce">An animated element</h1>
//样式名称 必须加 animate__animated 之后
 


 
 

 

posted @ 2024-05-29 18:07  心动12138  阅读(16)  评论(0编辑  收藏  举报