KC's Workspace
    Preparing search index...

    Type Alias AnimationAttachmentRange

    AnimationAttachmentRange:
        | "normal"
        | DimensionPercentageFor_LengthValue
        | { name: TimelineRangeName; offset: DimensionPercentageFor_LengthValue }

    A value for the animation-range-start or animation-range-end property.

    Type Declaration