jQuery Effects - Hide and Show

PHOTO EMBED

Mon Dec 18 2023 03:45:50 GMT+0000 (Coordinated Universal Time)

Saved by @Sifat_H #hide #animation #hideanimation

$("button").click(function(){
  $("p").hide(1000);
});
content_copyCOPY

This works to hide and show elements with sliding animation.

https://www.w3schools.com/jquery/jquery_hide_show.asp