KC's Workspace
    Preparing search index...

    A value for the transition property.

    interface Transition {
        delay: Time;
        duration: Time;
        property: PropertyId;
        timingFunction: EasingFunction;
    }
    Index

    Properties

    delay: Time

    The delay before the transition starts.

    duration: Time

    The duration of the transition.

    property: PropertyId

    The property to transition.

    timingFunction: EasingFunction

    The easing function for the transition.