RAGS - v1.10.0
    Preparing search index...

    Interface CancelHandle

    Handle returned by onFrame to control the animation lifecycle.

    interface CancelHandle {
        active: boolean;
        cancel(): void;
    }
    Index

    Methods

    Properties

    Methods

    Properties

    active: boolean

    Whether the frame callback is still active.