@wpazderski/js-utils
    Preparing search index...

    Represents a fallback handle for an idle callback using "requestAnimationFrame".

    interface IdleCallbackFallbackHandle {
        handle: AnimationFrameHandle;
        type: "animationFrame";
    }
    Index

    Properties

    Properties

    Represents the handle for the scheduled animation frame.

    type: "animationFrame"

    Represents the type of the handle.