Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stuymedova authored Jun 17, 2021
1 parent 1a9d97a commit 31106e4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Quartic easings: `quartInOut`, `quartIn`, `quartOut`
- Quintic easings: `quintInOut`, `quintIn`, `quintOut`

## Usage (example)
## Demo/Usage

```js
import * as easings from 'https://deno.land/x/easings/easings.ts';
Expand Down Expand Up @@ -54,4 +54,10 @@ Output:
********************
********************
********************
```
```

## More on easing
[Easing Graphs / D3 / Observable](https://observablehq.com/@d3/easing)*
[Easing Animations / D3 / Observable](https://observablehq.com/@d3/easing-animations)*

\*Note that [D3](https://github.com/d3/d3-ease) has a slightly different API

0 comments on commit 31106e4

Please sign in to comment.