Code:
featuredcontentglider.init({
gliderid: "Div1", //ID of main glider container
contentclass: "glidecontent2", //Shared CSS class name of each glider content
togglerid: "p-select", //ID of toggler container
remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
selected: 0, //Default selected content index (0=1st)
persiststate: false, //Remember last content shown within browser session (true/false)?
speed: 500, //Glide animation duration (in milliseconds)
direction: "downup", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: true, //Auto rotate contents (true/false)?
autorotateconfig: [7000, 99] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
featuredcontentglider.init({
gliderid: "canadaprovinces", //ID of main glider container
contentclass: "glidecontent", //Shared CSS class name of each glider content
togglerid: "p-select", //ID of toggler container
remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
selected: 0, //Default selected content index (0=1st)
persiststate: true, //Remember last content shown within browser session (true/false)?
speed: 2000, //Glide animation duration (in milliseconds)
direction: "downup", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: true, //Auto rotate contents (true/false)?
autorotateconfig: [7000, 99] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
featuredcontentglider.init({
gliderid: "Div3", //ID of main glider container
contentclass: "glidecontent3", //Shared CSS class name of each glider content
togglerid: "p-select", //ID of toggler container
remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
selected: 0, //Default selected content index (0=1st)
persiststate: true, //Remember last content shown within browser session (true/false)?
speed: 2000, //Glide animation duration (in milliseconds)
direction: "downup", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: true, //Auto rotate contents (true/false)?
autorotateconfig: [7000, 99] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
You should start out with 3 identical FCGs on your page with the same initialization settings, and verify they all glide at the same time. Then, start customizing the 2nd and 3rd instance, making sure each step of the way they still all show up at relatively the same time.
Bookmarks