So easy that I wish I found this information sooner!
To show:
$('#selector').animate({ width: 'show' });
To hide:
$('#selector').animate({ width: 'hide' });
Alternatively, you can also give a fixed width when showing it.
Other than that, OMG you're done!