2021年3月8日星期一

how to use animate.css

I'm trying to animate a div with animate.css function, fadeInUp, but it doesn't work.

    <html>      <head>      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />      </head>      <body>      <div class="grid mt-4 claim animate__animated animate__fadeInUp">      </body>      </html>  
https://stackoverflow.com/questions/66540234/how-to-use-animate-css March 09, 2021 at 11:07AM

没有评论:

发表评论