When a user clicks on a textarea, I want it to smoothly change height to 60px and slide down in one fluid animation.
Check out the JSFiddle example here: http://jsfiddle.net/MgcDU/6399/
HTML:
<div class="container">
<div class="well">
<textarea style="width:462px" placeholder="Leave a comment..."></textarea>
</div>
</div>
Thank you! :)