mirror of
https://github.com/TangentFoxy/lume.git
synced 2026-03-14 12:46:51 -06:00
Changed ease function from cosine to cubic
This commit is contained in:
@@ -38,7 +38,7 @@ lume.lerp(100, 200, .5) -- Returns 150
|
|||||||
```
|
```
|
||||||
|
|
||||||
### lume.smooth(a, b, amount)
|
### lume.smooth(a, b, amount)
|
||||||
Similar to `lume.lerp()` but uses cosine interpolation instead of linear
|
Similar to `lume.lerp()` but uses cubic interpolation instead of linear
|
||||||
interpolation.
|
interpolation.
|
||||||
|
|
||||||
### lume.pingpong(x)
|
### lume.pingpong(x)
|
||||||
|
|||||||
Reference in New Issue
Block a user