1.0.2 • Published 4 years ago

tailwindcss-plugin-animated v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago