jQuery animation effects - animate() method

   

$(".connect p").eq(0).animate({"left":"0%"}, 600);

$(".connect p").eq(1).animate({"left":"0%"}, 400);

 

 

   <div class="connect">

       <p>Wecome .</p>

       <p style="margin-top:20px;">All rights reserved. </p>

   </div>

Effect: The layer will move from the left to the middle

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326725979&siteId=291194637
Recommended