ashsaraga
3/2/2018 - 1:01 AM

jQuery Animate Auto Height

$('#first').animate({
  height: $('#first').get(0).scrollHeight
}, 1000, function(){
  $(this).height('auto');
});