FontAwesome React API Reference
    Preparing search index...

    Interface AnimationProps

    interface AnimationProps {
        beat?: boolean;
        beatFade?: boolean;
        bounce?: boolean;
        buzz?: boolean;
        fade?: boolean;
        flip360?: boolean;
        float?: boolean;
        jello?: boolean;
        pulse?: boolean;
        shake?: boolean;
        spin?: boolean;
        spinPulse?: boolean;
        spinReverse?: boolean;
        spinSnap?: boolean;
        spinSnap4?: boolean;
        spinSnap8?: boolean;
        swing?: boolean;
        wag?: boolean;
    }

    Hierarchy (View Summary)

    Index
    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.

    buzz?: boolean

    Makes the icon buzz.

    fade?: boolean

    Makes the icon fade in and out continuously.

    flip360?: boolean

    Makes the icon flip 360deg.

    float?: boolean

    Makes the icon float.

    jello?: boolean

    Makes the icon jello.

    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.

    spinSnap?: boolean

    Makes the icon spin, snapping to each step.

    spinSnap4?: boolean

    Makes the icon spin, snapping to 4 steps.

    spinSnap8?: boolean

    Makes the icon spin, snapping to 8 steps.

    swing?: boolean

    Makes the icon swing.

    wag?: boolean

    Makes the icon wag.