css-easing
v2.1.0
Published
Easing variables for css
Downloads
17
Readme
css-easing
Easing variables for css
Install
$ npm install css-easing --save
Usage
@import "../node_modules/css-easing/index.css";
.element {
transition: all 0.2s var(--easeOutSine);
}
Compatibility
See http://caniuse.com/#feat=css-variables and https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
Related
- css-fontweight: font-weight variables for css
License
MIT