AnimationEasing: ((start: number, end: number, duration: number) => Ease)

Type declaration

    • (start: number, end: number, duration: number): Ease
    • Interface for AnimationEasing.

      See AnimationEasings for a collection of default options.

      Parameters

      • start: number

        Starting value of the animation

      • end: number

        End value of the animation

      • duration: number

        Animation Duration in milliseconds

      Returns Ease