1.0.3 • Published 11 years ago
less-easing v1.0.3
less-easing
Easing variables for less
Install
$ npm install less-easing --saveUsage
@import "../node_modules/less-easing/_easings.less";
.element {
transition: all 0.2s @easeOutSine;
}License
MIT