Skip to content

gauchomatt/animate.scss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Animate.scss

This is a port of Dan Eden's Animate.css for SASS.

.your-class-name {
  @include bounceIn();
}

The mixin includes configurable options to customize the delay, duration, function and fill-mode of your animations.

.your-class-name {
  @include bounceIn(
    $duration: 1s,
    $delay: .2s,
    $function: ease, 
    $fill-mode: both
  );
}

Licenses

Animate.css and Animate.scss are both licensed under the MIT license. (http://opensource.org/licenses/MIT)

Contributing

Thanks!

About

Sass mixins based on Dan Eden's Animate.css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%