typo

jill 2021-04-23 18:47:23 +00:00
parent cbb0eb20e1
commit 52ab5286d7

@ -96,7 +96,7 @@ Think of it this way. Each ease function in Mirinda is an `inOut` function, mean
![inOutCirc with the align set to 0.5. Purple is the ease, and red is the alignment point.](https://e-six-two.one/i/nq3z.png)
Function like `wiggle` or `onoff` use the whole thing, where `kick` or `sharponoff` trim off one end to create a sharper ease. This way, if you were to change the ease to an out or in ease, everything would break pretty badly unless you use `:align()` on it to change the alignment to the start or end:
Functions like `wiggle` or `onoff` use the whole thing, where `kick` or `sharponoff` trim off one end to create a sharper ease. This way, if you were to change the ease to an out or in ease, everything would break pretty badly unless you use `:align()` on it to change the alignment to the start or end:
![outCirc with the align set to 0](https://e-six-two.one/i/wwxi.png)