diff --git a/Ease-%7C-Getting-Started.md b/Ease-%7C-Getting-Started.md index f9b90f7..2b625f2 100644 --- a/Ease-%7C-Getting-Started.md +++ b/Ease-%7C-Getting-Started.md @@ -100,7 +100,7 @@ Function like `wiggle` or `onoff` use the whole thing, where `kick` or `sharpono ![outCirc with the align set to 0](https://e-six-two.one/i/wwxi.png) -This system works really well with eases that aren't aligned to the middle or start/end. For example, if you want an ease to have a long in part but a quick out part, you can use the `:mixease(ease1, ease2, a)` standard function to mix two eases and do the alignment stuff manually. For example, here's approximately what `:mixease(inCirc, outCirc, 0.75)` would look like: +This system works really well with eases that aren't aligned to the middle or start/end. For example, if you want an ease to have a long in part but a quick out part, you can use the `:mixease(ease1, ease2, a)` standard function to mix two eases and do the alignment stuff automatically. For example, here's approximately what `:mixease(inCirc, outCirc, 0.75)` would look like: ![mixease(inCirc, outCirc, 0.75)](https://e-six-two.one/i/6dpz.png)