Strata - v1.4.10
    Preparing search index...

    Interface BreathingAnimationProps

    Props for the BreathingAnimation component.

    interface BreathingAnimationProps {
        amplitude?: number;
        axis?: "scale" | "x" | "y" | "z";
        children?: ReactNode;
        frequency?: number;
    }
    Index

    Properties

    amplitude?: number

    Magnitude of the breathing movement. Default: 0.02.

    axis?: "scale" | "x" | "y" | "z"

    Target axis for movement or 'scale' for uniform scaling. Default: 'y'.

    children?: ReactNode

    Child components.

    frequency?: number

    Speed of the breathing cycle in Hz. Default: 1.0.