# minions.animation-delay
minions animation-delay classes

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

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

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

## Code
```css
/*! minions.css */
.ay-1s{animation-delay:1s}
.ay-\.9s{animation-delay:.9s}
.ay-\.8s{animation-delay:.8s}
.ay-\.7s{animation-delay:.7s}
.ay-\.6s{animation-delay:.6s}
.ay-\.5s{animation-delay:.5s}
.ay-\.4s{animation-delay:.4s}
.ay-\.3s{animation-delay:.3s}
.ay-\.2s{animation-delay:.2s}
.ay-\.1s{animation-delay:.1s}

```

## Source and issues

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

## License

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