dubisdev / tailwind-animations

Easy peasy animations for your Tailwind project

Home Page:https://tailwind-animations-ten.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Tailwind Animations

en es

GitHub stars GitHub Forks GitHub PRs GitHub issues GitHub Contributors

web

Tailwind CSS Astro

Get your animations easily done with only Tailwind CSS classes.

Visit the website to get more information.

Installation

Install the package with your favorite package manager:

$ npm install @midudev/tailwind-animations
$ pnpm add @midudev/tailwind-animations
$ yarn add @midudev/tailwind-animations

Use the plugin in your Tailwind configuration:

// tailwind.config.mjs
import animations from '@midudev/tailwind-animations'

export default {
  // rest of the options
  plugins: [
    animations
  ],
}

Usage

Here are some simple examples of how to use this plugin and its animations:

<div class="animate-fade-in">
  Fade in box
</div>

<div class="animate-slide-in-bottom animate-delay-300 animate-duration-slow">
  Slow animation after 300ms to slide in from bottom
</div>

Contributors

About

Easy peasy animations for your Tailwind project

https://tailwind-animations-ten.vercel.app/

License:MIT License


Languages

Language:JavaScript 82.5%Language:Astro 17.5%