首页  >  文章  >  web前端  >  jQuery实现动画效果的实例代码_jquery

jQuery实现动画效果的实例代码_jquery

WBOY
WBOY原创
2016-05-16 17:34:311281浏览

复制代码 代码如下:

   


   
   


                    else if (i == 3 & c == 0) { $('img').animate({ left: '+=400px', top: '-=200px' }, 1); c++ }
                    else if (i == 3 & c == 1) { $('img').animate({ left: '-=200px' }, 2000); c++ }
                    else if (i == 3 & c == 2) { $('img').animate({ left: '-=200px' }, 2000); c++; }
                    else { $('img').animate({ left: '-=200px' }, 2000); i++; }
                }
            })
        })
   



  
     
       
     


      


       
     

      


       
     
  
奔跑的小人


声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn