# tw-animate-css [](https://www.npmjs.com/package/tw-animate-css) [](https://www.npmjs.com/package/tw-animate-css) []() [](https://github.com/Wombosvideo/tw-animate-css) A collection of Tailwind CSS v4.0 utilities for creating beautiful animations. Includes ready-to-use animations `accordion-down`, `accordion-up` and `caret-blink`, as well as a set of utilities for creating your own animations. --- This package is a replacement for [`tailwindcss-animate`][Original_Plugin_GitHub]. It embraces the new [CSS-first architecture][TailwindCSS_Custom_Utilities], providing a pure CSS solution for adding animation capabilities to your Tailwind CSS project without relying on the legacy JavaScript plugin system or having to define all keywords from scratch. ## Table of Contents - [Getting Started](#getting-started) - [NPM](#npm) - [Manual Download](#manual-download) - [Usage](#usage) - [Enter/Exit Animations](#enterexit-animations) - [Base Classes](#base-classes) - [Parameter Classes](#parameter-classes) - [Transform Classes](#transform-classes) - [Ready-to-Use Animations](#ready-to-use-animations) - [Examples](#examples) - [Notes on Compatibility](#notes-on-compatibility) ## Getting Started ### NPM 1. Install the package with `npm`: ```sh npm install -D tw-animate-css ``` 2. Add the following line to your `app.css` or `globals.css` file: ```css @import "tw-animate-css"; ``` 3. Start using the animations! ```html