Skip to content

elasticOut does not behave as I originally expected #471

@lionleaf

Description

@lionleaf

My expectation was that elasticOut(a, b, c, 0) = a and elasticOut(a, b, c, >1) = b in a similar way lerp(a, b, 0) = a and lerp(a, b, 1) = b.

However, it turns out that elasticOut(a, b, c, 1) = a + b.

Is this the intended behaviour, or are we missing a -b somewhere?

PS: What's the interpretation of the third parameter?

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