Library of reusable CSS animations
npm install animatash
npm install animata
`
$3
- In your index.html file
`html
$3
You can find all the animations in the source code *.scss files
- Add one of the animations to your element
`css
.my-div {
animation: spinRight 5s infinite linear;
}
``