Strata - v1.4.10
    Preparing search index...

    Interface BreathingAnimationRef

    Ref interface for BreathingAnimation.

    interface BreathingAnimationRef {
        pause: () => void;
        resume: () => void;
        setAmplitude: (amplitude: number) => void;
    }
    Index

    Properties

    pause: () => void

    Pause the animation.

    resume: () => void

    Resume the animation.

    setAmplitude: (amplitude: number) => void

    Update amplitude dynamically.