Skip to content

InOutExpo doesn't match easings.net's version #4

@MartinSStewart

Description

@MartinSStewart

Ease.inOutExpo doesn't match the example provided here https://easings.net/en#easeInOutExpo .

graph

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions