• Get the duration and delay of a CSS transition for a given property.

    Parameters

    • property: string

      The CSS property name.

    • transitions: string

      The computed value of the transition property.

    Returns { delay: number; duration: number }

    The duration and delay, in milliseconds.