stylus-easing

1.0.0 • Public • Published

stylus-easing

Easing equations for CSS transitions.

Install

With npm do:

$ npm install stylus-easing --save

Usage

@import "../node_modules/stylus-easing/index.styl";

.element {
  transition: opacity 0.4s ease-out-expo;
}

License

MIT

Package Sidebar

Install

npm i stylus-easing

Weekly Downloads

1,989

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kewah