我想获得:
fadeOut 1°image - > fadeIn 1°image - > WAIT 2 SECONDS - > fadeOut 2°image - > fadeIn 2°image - > WAIT 2 SECONDS - > fadeOut 3°image - > fadeIn 3°image - > WAIT 2 SECONDS - > fadeOut 1°图像......
这是代码:
<div class="container">
<img width="200" height="200" src="http://cloud.github.com/downloads/malsup/cycle/beach1.jpg" />
<img width="200" height="200" src="http://cloud.github.com/downloads/malsup/cycle/beach2.jpg" />
<img width="200" height="200" src="http://cloud.github.com/downloads/malsup/cycle/beach3.jpg" />
<img width="200" height="200" src="http://static.blogo.it/gamesblog/test-drive-unlimited-2-13/Image00001.jpg" />
<img width="200" height="200" src="http://static.blogo.it/gamesblog/test-drive-unlimited-2-13/Image00002.jpg" />
<img width="200" height="200" src="http://static.blogo.it/gamesblog/test-drive-unlimited-2-13/Image00003.jpg" />
<img width="200" height="200" src="http://static.blogo.it/gamesblog/test-drive-unlimited-2-13/Image00004.jpg" /> …Run Code Online (Sandbox Code Playgroud)