Interface DurationSettings

Duration settings in milliseconds for each axis.

interface DurationSettings {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number

Duration in milliseconds on the X axis.

y: number

Duration in milliseconds on the Y axis.