# tailwindcss-plugin-animated

> A Tailwind CSS plugin for common animation tasks.

Latest version **1.0.2** (published 2020-02-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install tailwindcss-plugin-animated
pnpm add tailwindcss-plugin-animated
yarn add tailwindcss-plugin-animated
bun add tailwindcss-plugin-animated
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-02-12 |
| First published | 2019-09-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Brandon Pittman |
| Maintainers | brandonpittman |
| Keywords | tailwindcss, animation |

## Links

- npm: https://www.npmjs.com/package/tailwindcss-plugin-animated
- Repository: https://github.com/brandonpittman/tailwindcss-plugin-animated
- Homepage: https://github.com/brandonpittman/tailwindcss-plugin-animated#readme
- Issues: https://github.com/brandonpittman/tailwindcss-plugin-animated/issues
- npm.io page: https://npm.io/package/tailwindcss-plugin-animated

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.15

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-02-12
- 1.0.1 — 2020-01-23
- 1.0.0 — 2020-01-09
- 0.1.0 — 2019-09-06
- 0.0.5 — 2019-09-06
- 0.0.4 — 2019-09-06
- 0.0.3 — 2019-09-06
- 0.0.2 — 2019-09-06
- 0.0.1 — 2019-09-06

## README

# 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:

```js
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.

---
_Source: https://npm.io/package/tailwindcss-plugin-animated · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
