javascript - jcarousel continuous image slide -
it's first post here. have simple web site www.kanalistart.com , there can see image sliding around not continuously. here current settings if script. can make unstoppable. thanks!
// default configuration properties. var defaults = { vertical: false, start: 1, offset: 1, size: null, scroll: 9, visible: null, animation: 'normal', easing: 'swing', auto: 0, wrap: null, initcallback: null, reloadcallback: null, itemloadcallback: null, itemfirstincallback: null, itemfirstoutcallback: null, itemlastincallback: null, itemlastoutcallback: null, itemvisibleincallback: null, itemvisibleoutcallback: null, buttonnexthtml: '<div></div>', buttonprevhtml: '<div></div>', buttonnextevent: 'click', buttonprevevent: 'click', buttonnextcallback: null, buttonprevcallback: null };
Comments
Post a Comment