FixIt JavaScript API
    Preparing search index...

    Function animateCSS

    • Add one or more Animate.css classes to an element.

      Parameters

      • element: Element

        The DOM element to animate.

      • animation: string | string[]

        One or more Animate.css class names.

      • Optionalreserved: boolean

        If true, keep animation classes after completion.

      • Optionalcallback: () => void

        Optional callback invoked when the animation ends.

      Returns void