Type Alias AnimationRangeEnd<TLength>

AnimationRangeEnd:
    | Globals
    | TimelineRangeName
    | TLength
    | "normal"
    | string & {}

Type Parameters

  • TLength = string & {} | 0