Anime.css
  • Anime.css
  • Coming Soon
  • Basics
    • Transitions
    • Movements
    • Scale
  • Animations
    • Slide Underline
    • Pulse
Powered by GitBook
On this page

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>
NextComing Soon

Last updated 3 years ago