/ Published in: JavaScript
URL: http://www.todaymarinadelrey.com
Expand |
Embed | Plain Text
function onAfter() { if (this.id == "time1") { $("body").css("background", "url(http://www.todaymarinadelrey.com/images/bg1.jpg)"); $("body").css("background-attachment", "fixed"); $("body").css("background-position", "center center"); } if (this.id == "time6") { $("body").css("background", "url(http://www.todaymarinadelrey.com/images/bg2.jpg)"); $("body").css("background-attachment", "fixed"); $("body").css("background-position", "center center"); } $('#timeline').css("background-image", "url(http://www.todaymarinadelrey.com/images/" + this.id + ".png)"); } $('#timePhoto').cycle({ fx: 'scrollLeft', speed: 1000, timeout: 5000, after: onAfter });
You need to login to post a comment.
