Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
notoriousbot committed Jan 12, 2017
2 parents 0996532 + 2e0e9d1 commit 9b1427c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Common easing curves like easeIn, easeOut, easeInQuint for JS and CSS
- Custom eases using cubicBezier(), steps(), and cssFunction()
- Use CSS easing functions from existing code
- Small download size: __> 6k minified__ with no dependencies
- Small download size: __< 6k minified__ with no dependencies
- Works with JustTween, AnimeJS, MoJS, and other animation engines that accept easings in form of ```(offset: number) => number```

> Power this project up with 🌟s, [^ star it please](https://github.com/just-animate/just-curves/stargazers).
Expand Down Expand Up @@ -123,7 +123,7 @@ import { /* curve name here */ } from 'just-curves';
- stepEnd
- stepStart

## Curves read for use in CSS
## Curves made for in CSS

**Browser**
```ts
Expand Down Expand Up @@ -168,4 +168,4 @@ const curve = css./* curve name here */;
- elegantSlowStartEnd
- linear
- stepEnd
- stepStart
- stepStart

0 comments on commit 9b1427c

Please sign in to comment.