Skip to content

Instantly share code, notes, and snippets.

@souri-t
Created February 3, 2022 16:40
Show Gist options
  • Save souri-t/9f5e0115c4e5610c9c3e14038e9e5fd4 to your computer and use it in GitHub Desktop.
Save souri-t/9f5e0115c4e5610c9c3e14038e9e5fd4 to your computer and use it in GitHub Desktop.
$(".element").animate({width: 'toggle'}, 400);
$(".element").hide('slow');
$(".element").show('slow');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment