I am not too great with this but I am pretty sure I followed step by step. This is currently installed at i99Media.com/site/
I am trying to get a fade out/ fade in transition. I have edited the scripts.js and it still doesn’t seem to work.
[code] ;(function($, window) {
/** Settings **/
// List of background images to use, the default image will be the first one in the list
var backgrounds = [
'images/backgrounds/wildwoodsunrise.jpg'
'images/backgrounds/bfbridge01.jpg'
'images/backgrounds/cityview.jpg'
],
// Background options - see documentation
backgroundOptions = {
transition: 'fadeOutFadeIn',
speed: '3000',
},
[/code]
Any idea what I’m doing wrong? Images are there but can’t seem to figure this out.