Skip to content

brc-dd/animated-tailwindcss

Repository files navigation



A configuration to use Animate.css with Tailwind CSS.



Documentation

View documentation

Installation

Please see the full installation instructions for detailed steps and examples.

Quick start with NPM

In a project where you're using Tailwind CSS v3, run this to install this package:

npm add -D animated-tailwindcss

Then configure your tailwind.config.js to use the animations:

const { withAnimations } = require('animated-tailwindcss')

module.exports = withAnimations({
  // your (existing) Tailwind CSS config here
})

Credits