@yesstudio/nuxt-composables
    Preparing search index...

    Interface UseRequestAnimationFrame

    Represents the reactive references and methods for managing the repeated execution of a callback before each repaint.

    interface UseRequestAnimationFrame {
        active: UseRequestAnimationFrameState;
        start: UseRequestAnimationFrameStart;
        stop: UseRequestAnimationFrameStop;
    }
    Index

    Properties

    Properties

    A readonly reference indicating whether a callback is currently scheduled for repeated execution before each repaint.

    Starts the repeated execution of a callback before each repaint.

    Stops the repeated execution of a callback before each repaint.