# styled-components-animations

> a whole bunch of keyframes for different animations / transitions.

Latest version **0.1.2** (published 2018-11-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install styled-components-animations
pnpm add styled-components-animations
yarn add styled-components-animations
bun add styled-components-animations
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2018-11-29 |
| First published | 2018-11-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 14.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Sara Federico |
| Maintainers | gretzky |

## Links

- npm: https://www.npmjs.com/package/styled-components-animations
- Repository: https://github.com/gretzky/styled-components-animations
- npm.io page: https://npm.io/package/styled-components-animations

## Dependencies (1)

- [styled-components](https://npm.io/package/styled-components.md) ^4.1.2

## Recent versions

- 0.1.2 (latest) — 2018-11-29
- 0.1.1 — 2018-11-29
- 0.1.0 — 2018-11-29

## README

# styled-components-animations

a whole bunch of keyframes for different animations / transitions.

## usage

```
yarn add styled-components-animations
```

```
import styled from 'styled-components'
import { rotate } from 'styled-components-animations'

const Loader = styled.div`
  animation: ${rotate} infinite 1s linear;
`
```

## api

available keyframes:

- rotate
- flash
- shake
- bounce
- tada
- swing
- wobble
- wiggle
- pulse
- flip
- flipInX
- flipOutX
- flipInY
- flipOutY
- fadeIn
- fadeInUp
- fadeInDown
- fadeInLeft
- fadeInRight
- fadeOut
- fadeOutUp
- fadeOutDown
- fadeOutLeft
- fadeOutRight
- bounceIn
- bounceInUp
- bounceInDown
- bounceInLeft
- bounceInRight
- easeInLeft
- easeOutLeft
- easeInRight
- easeOutRight
- bounceOut
- bounceOutDown
- bounceOutUp
- bounceOutLeft
- bounceOutRight
- scaleIn
- scaleOut
- rotateIn
- rotateOut
- lightspeedIn
- lightspeedOut
- hingeLeft
- hingeRight
- rollIn
- rollOut
- dropDown
- dropUp

---

init'd with [golf](https://github.com/gretzky/golf)

```

```

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