Material design animations classes are illusions of motions for web elements. +70 animations generated by CSS only, work properly on every browser.

Detailed documentation and more examples you can find in our Animations Docs


Basic example

Transparent MDB Logo Transparent MDB Logo Transparent MDB Logo

Using our animation is simple.

Step 1: Add the class .animated to the element you want to animate.

Step 2: Add one of the following classes:

  • .bounce
  • .flash
  • .pulse
  • .rubberBand
  • .shake
  • .headShake
  • .swing
  • .tada
  • .wobble
  • .jello
  • .jackInTheBox
  • .heartBeat
  • .bounceIn
  • .bounceInDown
  • .bounceInLeft
  • .bounceInRight
  • .bounceInUp
  • .bounceOut
  • .bounceOutDown
  • .bounceOutLeft
  • .bounceOutRight
  • .bounceOutUp
  • .fadeIn
  • .fadeInDown
  • .fadeInDownBig
  • .fadeInLeft
  • .fadeInLeftBig
  • .fadeInRight
  • .fadeInRightBig
  • .fadeInUp
  • .fadeInUpBig
  • .fadeOut
  • .fadeOutDown
  • .fadeOutDownBig
  • .fadeOutLeft
  • .fadeOutLeftBig
  • .fadeOutRight
  • .fadeOutRightBig
  • .fadeOutUp
  • .fadeOutUpBig
  • .flipInX
  • .flipInY
  • .flipOutX
  • .flipOutY
  • .lightSpeedIn
  • .lightSpeedOut
  • .rotateIn
  • .rotateInDownLeft
  • .rotateInDownRight
  • .rotateInUpLeft
  • .rotateInUpRight
  • .rotateOut
  • .rotateOutDownLeft
  • .rotateOutDownRight
  • .rotateOutUpLeft
  • .rotateOutUpRight
  • .hinge
  • .rollIn
  • .rollOut
  • .zoomIn
  • .zoomInDown
  • .zoomInLeft
  • .zoomInRight
  • .zoomInUp
  • .zoomOut
  • .zoomOutDown
  • .zoomOutLeft
  • .zoomOutRight
  • .zoomOutUp
  • .slideInDown
  • .slideInLeft
  • .slideInRight
  • .slideInUp
  • .slideOutDown
  • .slideOutLeft
  • .slideOutRight
  • .slideOutUp
  • Step 3 (additionally): You may also want to include slow, fast or delay classes or the infinite class for an infinite loop.

    Add one of the following classes:

    1. .fast
    2. .faster
    3. .slow
    4. .slower
    5. .delay-1s
    6. .delay-2s
    7. .delay-3s
    8. .delay-4s
    9. .delay-5s
    10. .infinite

    Reveal Animations When Scrolling

    Thanks to MDB you can easily launch an animation on page scroll.

    Sample image
    Sample image
    Sample image
    Sample image
    Sample image
    Sample image

    Detailed documentation and more examples you can find in our Bootstrap animations classes Docs