An open API service indexing awesome lists of open source software.

https://github.com/dmnsgn/css-easing

Easing variables for css
https://github.com/dmnsgn/css-easing

css easing easing-variables

Last synced: 7 months ago
JSON representation

Easing variables for css

Awesome Lists containing this project

README

          

# css-easing
Easing variables for css

## Install

```bash
$ npm install css-easing --save
```

## Usage

```css
@import "../node_modules/css-easing/index.css";

.element {
transition: all 0.2s var(--easeOutSine);
}
```

## Compatibility

See [http://caniuse.com/#feat=css-variables](http://caniuse.com/#feat=css-variables)
and [https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables)

## Related

* [css-fontweight](https://github.com/dmnsgn/css-fontweight): font-weight variables for css

## License

MIT