Hilo3d API - v2.0.0-alpha.8
    Preparing search index...

    Interface AnimationPlayOptions

    Transition duration is in seconds. Synchronize transfers the current normalized phase.

    interface AnimationPlayOptions {
        fade?: number;
        loop?: boolean;
        synchronize?: boolean;
    }
    Index
    fade?: number
    loop?: boolean
    synchronize?: boolean