Given this html code
<div id="div1">
Some Text
</div>
<div id="div2">
</div>
Is it possible to animate “Some Text” from div1 to div2? I would like to move just the text rather than the whole element.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, though you’ll need to create a wrapper to do the animation…
Here’s a demo: http://jsfiddle.net/TuuvF/1/
Here’s the play by play explanation…