CSS Classes Enumeration
Fade-in Animations
.fade-in: Fades in an element from 0 to full opacity.
.fade-down: Fades an element down into view, sliding from the top.
.fade-left: Fades an element in from the left.
.fade-right: Fades an element in from the right.
.fade-up: Fades an element in while moving up.
.fade-out: Fades an element out to 0 opacity.
Fly-in Animations
.fly-in: Moves an element in from the left with a fade effect.
.fly-down: Moves an element in from the top while fading in.
.fly-up: Moves an element in from the bottom while fading in.
.fly-right: Moves an element in from the right with a fade effect.
.fly-left: Moves an element in from the left while fading in.
.fly-out: Moves an element out of the view, going downward while fading out.
Funny Animations
.jiggle: Makes the element jiggle by scaling it back and forth.
.shake: Makes the element shake horizontally from side to side.
.wiggle: A side-to-side wiggle animation similar to shake but with smoother steps.