Answers for "animate.css/animate.compat.css"

3

animate.css

//add it directly to your webpage using a CDN:

<head>
  <link
    rel="stylesheet"
    href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
  />
</head>
Posted by: Guest on November-10-2021
0

animate.css

$ npm install animate.css --save
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language