frontend
    Preparing search index...

    Props for the HintPulse wrapper component.

    interface HintPulseProps {
        active: boolean;
        children: ReactNode;
        reducedMotion: boolean;
    }
    Index

    Properties

    active: boolean

    Whether the pulse animation is active.

    children: ReactNode

    Child elements to wrap.

    reducedMotion: boolean

    Whether the user prefers reduced motion.