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