Skip to content

Commit

Permalink
Add reverse-bezier to the doc highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen authored Jan 30, 2020
1 parent bca6906 commit 7a87999
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# easings.scss

This package adds a set of CSS [`cubic-bezier`](https://codepen.io/seanseansean/pen/GgxrXw) [timing functions](https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function) (also named _easings_) as Custom Properties.
_easings.scss_ adds a set of CSS [`cubic-bezier`](https://codepen.io/seanseansean/pen/GgxrXw) [timing functions](https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function) (also named _easings_) as Custom Properties.

Goals and benefits of the package:
- lighter generated CSS;
- shorter `cubic-bezier()` syntax;
- reverse any bezier curve with `reverse-bezier()`;
- code portability: same syntax as similar libraries.

Also read: [ideas](https://github.com/meduzen/easings/issues/1) for this package.

## Summary

- [Easings list](#easings-list)
Expand Down

0 comments on commit 7a87999

Please sign in to comment.