Skip to content

Instantly share code, notes, and snippets.

@ashsaraga
Created March 2, 2018 01:01
Show Gist options
  • Save ashsaraga/a3a753a5e75a47d72039dcab3f3a62dd to your computer and use it in GitHub Desktop.
Save ashsaraga/a3a753a5e75a47d72039dcab3f3a62dd to your computer and use it in GitHub Desktop.
$('#first').animate({
height: $('#first').get(0).scrollHeight
}, 1000, function(){
$(this).height('auto');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment