Quick Answer
jQuery animations: .show()/.hide() toggle visibility with optional duration; .fadeIn()/.fadeOut() animate opacity; .slideDown()/.slideUp() animate height; .animate({prop: value}, duration) animates any CSS property to a target value. Animations queue automatically - each one waits for the previous to complete. .stop() halts the current animation.
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.