Created
March 2, 2018 01:01
-
-
Save ashsaraga/a3a753a5e75a47d72039dcab3f3a62dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#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