Anime.css
Anime.css is a new framework for easily incorporating animations into your projects.
Importing ANIME.css
Using anime.css is a fairly straightforward procedure. All you need to do is add the following code to the head of your HTML file:
<link rel="stylesheet" href="https://itshoozi.com/anime.css">
Anime.css works with CSS classes, so adding it is super simple! Here's an example of how to make the button get bigger on hover.
<button class="linear-20m scale-10">Button</button>
Last updated