-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix animation strategies IN_EXP, OUT_EXP, and IN_OUT_EXP
These would not give the correct value at the extremes because it's an exponential curve, it doesn't actually ever get to the value, but for practical reason having it be 0 at 0 and 1 at 1 is much preferred. IN_OUT_EXP is fixed by implementing it in terms of IN_EXP and OUT_EXP. GitHub: #129
- Loading branch information
1 parent
f4bdee3
commit 3f43410
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters