Contains options associated with easing between positions and/or rotations.

interface EaseOptions {
    easeTime?: number;
    easeType?: EasingType;
}

Properties

Properties

easeTime?: number

Time for the ease operation.

easeType?: EasingType

Type of ease operation to use.