jQuery UI replaceWith() animation?
So I have a div:
<div id="lol">
Some random text!
</div>
And I have other div:
<div id="happy">
lol
</div>
How could a make an animation, in which the first div is smoothly replaced
by the second one? If a Do a fadeIn/fadeOut, the second div would only
starting to happear after the first div was gone.
No comments:
Post a Comment