FontAwesome React API Reference
    Preparing search index...

    Interface AnimationProps

    interface AnimationProps {
        beat?: boolean;
        beatFade?: boolean;
        bounce?: boolean;
        fade?: boolean;
        pulse?: boolean;
        shake?: boolean;
        spin?: boolean;
        spinPulse?: boolean;
        spinReverse?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    beat?: boolean

    Makes the icon scale in and out continuously.

    beatFade?: boolean

    Applies both scaling and fading animations from beat and fade.

    bounce?: boolean

    Makes the icon bounce up and down.

    fade?: boolean

    Makes the icon fade in and out continuously.

    pulse?: boolean

    Will be removed in a future version. Please use spinPulse instead.

    Makes the icon spin 360deg clockwise in 8 incremental steps.

    shake?: boolean

    Makes the icon shake.

    spin?: boolean

    Makes the icon spin 360deg clockwise continuously.

    spinPulse?: boolean

    Makes the icon spin 360deg clockwise in 8 incremental steps.

    spinReverse?: boolean

    When used in conjunction with spin or spinPulse, makes the icon spin in reverse.