jcycle

3 transitions, pausetime between transitions

送分小仙女□ 提交于 2019-12-08 05:46:12
问题 I want to obtain: 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° image...... Here's the code: <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