Skip to content

Commit

Permalink
docs(readme): update description
Browse files Browse the repository at this point in the history
  • Loading branch information
stuymedova authored Jun 19, 2021
1 parent b4699cc commit 40efa72
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Quartic easings: `quartInOut(t)`, `quartIn(t)`, `quartOut(t)`
- Quintic easings: `quintInOut(t)`, `quintIn(t)`, `quintOut(t)`

**Input**: time *t*, typically in the range [0, 1]
**Output**: “eased” time **, also typically in the range [0, 1]

## Demo/Usage

```js
Expand Down Expand Up @@ -57,7 +60,7 @@ Output:
```

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

\*Note that D3 has a slightly different API

0 comments on commit 40efa72

Please sign in to comment.