add slight detail to README

master
Evan Hemsley 2019-10-30 20:48:23 -07:00
parent 5f4e7c6bf9
commit 71666de6b8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Easing.InQuad(0.75f); // => 0.5625f
Easing.InOutSine(3.5, 2, 6); // => 3.2346331352698
// Move within an arbitrary number range based on time.
// (time, start, delta, duration)
Easing.OutQuart(2, 10, 100, 4); // => 103.75
```