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

    Interface UseRequestAnimationFrameOptions

    Represents options for configuring the repeated execution of a callback before each repaint.

    interface UseRequestAnimationFrameOptions {
        immediate?: boolean;
    }
    Index

    Properties

    Properties

    immediate?: boolean

    Indicates whether to schedule the callback immediately upon creation.