webchalk-animate - v0.31.0
    Preparing search index...

    Type Alias CssLengthUnit

    CssLengthUnit: "px" | "rem" | "%"

    A few common options for units in CSS.

    • "px" refers to pixels.
    • "rem" refers to root em.
    • "%" refers to a percentage.