Skip to content

Commit

Permalink
small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Oct 21, 2019
1 parent e74f4f8 commit 2777109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ anim = Animation(

## Easings

Easings determine how keyframes are interpolated between. The are (usually) functions that go
from 0 to 1, and their curvature decides velocity and acceleration of the animation.
Easings determine how keyframes are interpolated between. These are (usually) functions that go
from 0 to 1 over the range from 0 to 1, and their curvature decides velocity and acceleration of the animation.
There are multiple predefined easing functions, some of which take parameters:

```@eval
Expand Down

0 comments on commit 2777109

Please sign in to comment.