KingScooty / sass-easing

Some mixins for easing animations using SASS.
MIT License
41 stars 5 forks source link

Awesome Sass Easing Variables

sass-easing

Some useful variables for easing animations using SASS. I'll add to this file whenever i come across a cool easing pattern.

Install

$ npm install awesome-sass-easing --save

or

$ bower install sass-easing --save

Usage

@import "../node_modules/awesome-sass-easing/_easings.scss";

.element {
  transition(top 500ms $easeInCubic);
}

Easing Functions

The following easing functions are available:

License

MIT