tw-animate-css
v1.2.5
Published
TailwindCSS v4.0 compatible replacement for `tailwindcss-animate`.
Downloads
407,013
Maintainers
Readme
tw-animate-css
TailwindCSS v4.0 compatible replacement for tailwindcss-animate
.
Instead of being an old-fashioned JavaScript plugin, this package provides a CSS file defining custom utilities based on the new CSS-first architecture.
Installation
NPM
Install the package with
npm
:npm install -D tw-animate-css
Add the following line to your
app.css
orglobals.css
file:@import "tw-animate-css";
Start using the animations!
[!NOTE] This code works with esbuild, Vite and probably other bundlers too. If you are using a different bundler, the syntax may differ. Let me know how it works and I'll update the documentation.
Manual download
Download the
tw-animate.css
file from GitHub and place it next to yourapp.css
orglobals.css
file.Add the following line to your
app.css
orglobals.css
file:@import "./tw-animate.css";
Start using the animations!
Usage
[!NOTE] The documentation is currently under construction. Please refer to the original documentation for now.
I added the
accordion-down
,accordion-up
andcaret-blink
animations to the package. They still need their final touches, but I thought I let you know. And you can already use them with the default values.
[!NOTE] I use very litte of the original library, so it might not be a 100% compatible drop-in replacement. If you notice any inconsistencies, feel free to contribute to this repository by opening a pull-request.