npm中的animate.css的使用

136 阅读1分钟

直接步入正题:

需要加上animate__animated,例如要使用bounceInRight:

<h1 class="animate__animated animate__bounceInRight"></h1>