# minions.animation-direction
minions animation-direction classes

## Module
name: `minions.minions.animation-direction`  
version: `0.3.0`  
main/style: `animation-direction.css`  

## Installation
npm:
```bash
npm install minions.animation-direction
```

browser:
```html
<link rel="stylesheet" href="https://unpkg.com/minions.animation-direction" />
```

## Code
```css
.ad-n{animation-direction:normal}
.ad-r{animation-direction:reverse}
.ad-a{animation-direction:alternate}
.ad-ar{animation-direction:alternate-reverse}

```

## Source and issues

https://github.com/chantastic/minions.css/tree/master/packages/animation-direction

## License

The MIT License (MIT)
Copyright (c) 2016 Michael Chan