Update 'Ease | Getting Started'

jill 2021-03-05 15:31:15 +00:00
parent be17f1ce1a
commit e498d0e8ac
1 changed files with 1 additions and 1 deletions

@ -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)