Function easeLinear

  • Linear easing; the identity function; linear(t) returns t.

    Parameters

    • normalizedTime: number

      Normalized time typically in the range [0, 1]

    Returns number