jQuery实现动画效果的实例代码_jquery
程序员文章站
2022-03-20 20:54:17
...
复制代码 代码如下:
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++; }
}
})
})
上一篇: vtk 显示中文
下一篇: is_uploaded_file