Micrio Client - v6.0.0
    Preparing search index...

    Interface AnimationOptions

    interface AnimationOptions {
        duration?: number;
        limit?: boolean;
        speed?: number;
        timingFunction?: Models.Camera.TimingFunction;
    }
    Index

    Properties

    duration?: number

    Animation duration in ms

    limit?: boolean

    Limit the viewport to fill the screen

    speed?: number

    In case of automatic duration, speed factor (1 = 100%)

    timingFunction?: Models.Camera.TimingFunction

    Transition timing function