weasel API - v0.8.0
    Preparing search index...

    Interface AnimationHandle

    interface AnimationHandle {
        id: number;
        cancel(): void;
        isPaused(): boolean;
        pause(): void;
        resume(): void;
        setTimeScale(scale: number): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number

    Monotonic id assigned by the animator.

    Methods