Skip to content

Cross-browser CSS3 animations. Plug and play. Do a little dance.

Notifications You must be signed in to change notification settings

arush/animate.css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

#Animate.css (converted to SCSS) Just-add-water SCSS animation

This is basically an scss version of http://daneden.me/animate except I added some much cooler shit so you can just go:

<div class="ani fadeIn thing">foo</div>

and in SCSS go like this:

.ani.fadeIn.thing {
	@include ani-delay(.5s);

    // this overrides the default 0s delay
    // and works for all browsers
	// and defaults to 1s if no parameter provided
}

About

Cross-browser CSS3 animations. Plug and play. Do a little dance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published