forked from Dandandan/Easing
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Ease.inOutExpo doesn't match the example provided here https://easings.net/en#easeInOutExpo .
Here I have overlaid Ease.inOutExpo (in red) with easings.net's version (in blue). Notice how their version is much steeper at the center.
I believe the actual InOutExpo is defined as a cubic bezier curve with control points at [(0, 0), (1, 0), (0, 1), (1, 1)] rather than InExpo mirrored with itself.
Edit: In my example I have y-axis flipped, ignore that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
