Using Cycle Timeout
Using Cycle Timeout
I don't know how to use this code but have read through the docs and forum and am unable to figure out why I can't control the pause between slides. Below is the part of the code that I'm assuming needs to be edited. I've changed the timeout value to values up to 10000 but nothing happens. Is there something else that I need to do?
$.fn.cycle.defaults={fx:"fade",timeout:2000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:1,pauseOnPagerHover:1,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);
This is where I'm using it...
http://www.alt9design.com/clients/toothfairyisland/index.html
Many thanks for helping.