tailwindcss-plugin-animated

1.0.2 • Public • Published

tailwindcss-plugin-animated

Adds a whole bunch of animations to Tailwind. It's got a spinner animation, background gradient animations using background-size, and some utilities to handle background-sizes.

Of note, you add background gradients like this:

theme: {
  gradients: {
    awesome: {
      type: 'linear',
      direction: 'to right',
      colors: ['blue', 'skyblue', 'white']
    }
  }
}

This will give you a .bg-awesome. If you then add .bg-jumbo and .bg-warp, you'll get a background that flows from one color to the next.

Readme

Keywords

Package Sidebar

Install

npm i tailwindcss-plugin-animated

Weekly Downloads

11

Version

1.0.2

License

MIT

Unpacked Size

6.06 kB

Total Files

11

Last publish

Collaborators

  • brandonpittman