Animation CSS Helper Classes     

Add these CSS classes to the DOM element / component you want the effect on.
These are very basic effects so for advanced ones check Transition, Slide Transition or use JS Animations.

Class NameDescription
animate-popApply a pop-in effect to the DOM element
animate-scaleApply a scale-in effect to the DOM element
animate-fadeApply a fade-in effect to the DOM element
animate-spinApply a continuous spin/rotation to the DOM element
animate-spin-reverseApply a continuous spin/rotation (opposite direction to animate-spin) to the DOM element
animate-blinkApply a continuous blinking effect to the DOM element
animate-bounceApply a continuous bouncing effect to the DOM element