Skip to content

idflood/sass-easing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sass Easing Transitions

A simple sass file providing standard easing functions for css transitions. It is based on compass-ceaser-easing extension but without the compass dependency. This make it compatible with libsass.

Example

@import "sass-easing/stylesheets/sass-easing";
.transition {
  transition: all 4.2s $easeInOutQuart;
}

Notes

Since it doesn't rely on compass you will have to handle vendor prefixes with autoprefixer for example.

About

Basic easing equations for libsass.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages