Skip to content

OOCSS helpers for animate.css that make CSS animate.css more declarative and more easily customisable

License

Notifications You must be signed in to change notification settings

trycom/animate-helpers.scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

animate-helpers.scss

OOCSS helpers for animate.scss that make CSS animate.scss more declarative and more easily customisable

Usage

@import "_animate-helpers.scss";
@import "_animate.scss";

HTML example

fast fadeOut
<div class="ani ani-fast fadeOut">

CSS example

fadeOut animation with a custom duration
.custom-animation {
  @extend .ani;
  @extend .fadeOut;
  @include ani-duration(10s);
}

MIT

About

OOCSS helpers for animate.css that make CSS animate.css more declarative and more easily customisable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published