2.1.0 • Published 7 years ago

css-easing v2.1.0

Weekly downloads
27
License
MIT
Repository
github
Last release
7 years ago

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

License

MIT