Loom Engine - v3.1.1
    Preparing search index...

    Interface PlayGhostOptions

    interface PlayGhostOptions {
        id?: string;
        speed?: number;
        loop?: boolean;
        fadeInMs?: number;
        fadeOutMs?: number;
        onFinish?: () => void;
    }
    Index

    Properties

    id?: string
    speed?: number
    loop?: boolean
    fadeInMs?: number
    fadeOutMs?: number
    onFinish?: () => void