Rather than simply dumping the HTML into the page you might want it to be animated. You can .hide() the content before doing a .prependTo(), then call .slideDown() on the element.
Source code viewer
// You can .hide() the content before doing a .prependTo(), then call .slideDown() on the element. Programming Language: jQuery