To animate any element add .animated class and then add one of the available classes which specify the fading effect.
Detailed documentation and more examples of animations you can find in our Bootstrap Animations Docs.
Examples of available animation classes:
.animated .fadeIn
.animated .fadeInDown
.animated .fadeInUp
.animated .fadeInLeft
.animated .fadeInRight
.animated .fadeInDownBig
.animated .fadeInUpBig
.animated .fadeInLeftBig
.animated .fadeInRightBig
Note: In the example below 1 sec delay to the animation. It is added via JavaScript and it's not necessary to make the animation working properly.