Skip to content

Commit

Permalink
Update in code to be consistent with out and inOut (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
grifotv authored and cpojer committed Apr 7, 2019
1 parent 5f51b32 commit 5b597c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/easing.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ A useful tool to visualize cubic bezier curves can be found at http://cubic-bezi
### `in()`

```javascript
static in easing;
static in(easing);
```

Runs an easing function forwards.
Expand Down

0 comments on commit 5b597c3

Please sign in to comment.