JQuery Animation with show(), hide(), toggle() methods
In jQuery, animation and visual effects can be achieved using the show(), hide(), and toggle() methods. To add animation, you pass a duration parameter to these methods, which controls how long it takes to show or hide the element.