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
- Host: GitHub
- URL: https://github.com/dmnsgn/css-easing
- Owner: dmnsgn
- License: mit
- Created: 2015-03-26T16:14:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T09:52:18.000Z (over 8 years ago)
- Last Synced: 2025-07-07T05:05:55.469Z (7 months ago)
- Topics: css, easing, easing-variables
- Language: CSS
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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