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

    Type Alias StyleProperty

    StyleProperty: Union<
        Extract<
            keyof Omit<
                CSSStyleDeclaration,
                | "length"
                | "parentRule"
                | "getPropertyPriority"
                | "getPropertyValue"
                | "item"
                | "removeProperty"
                | "setProperty",
            >,
            string,
        >,
        string,
    >

    The standard CSS style property names in camelCase form.

    • Standard names are autocompleted, but non-standard values are still allowed (this accounts for custom CSS variables)