jenslind / animate.scss

A SCSS port of daneden's animate.css that doesn't suck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animate.scss

A SCSS port of daneden's animate.css that doesn't suck.

Why another one?

This will add the used animations automagically. No need for a settings file or import specific animations.

Usage

@import 'animate';

.element {
  @include animate('fadeIn', '1s ease-in 2s');
}

License

MIT

About

A SCSS port of daneden's animate.css that doesn't suck.


Languages

Language:CSS 100.0%