/ Published in: jQuery
URL: http://livecolonypark.com.s121160.gridserver.com/
Front page animation for Colony Park
Expand |
Embed | Plain Text
var onAfterStateOne = 'first'; $('#frontImg3').cycle({ fx: 'scrollUp', //direction: 'up', speed: 900, timeout: 7000 }); $('#frontImg2').cycle({ fx: 'scrollDown', speed: 900, timeout: 0 }); $('#frontImg1').cycle({ fx: 'scrollUp', speed: 900, timeout: 7000, after: onAfterOne }); function onAfterOne() { if (onAfterStateOne == 'first') { onAfterStateOne = 'nope'; } else { $('#frontImg2').cycle('next'); } }
You need to login to post a comment.
