> Anyone have some ideas as to how to stop/prevent the user from clicking or > even just prevent something from happening when the user clicks a link while > the cycle is in motion.Thanks > Mike > > On Thu, Dec 18, 2008 at 8:39 AM, Mike Dodge <[email protected]> wrote: > > I am working on a site here: adc4web.adceval.com I have a problem where > > while the cycle is shifting a page, the user can still click a link and this > > screws up the cycle after clicking a bunch of links. Is there a way to > > prevent the user from clicking a link until the cycle is done? Thanks > > Mike
Looks like you're doing a lot of extra work in internalPageSwitcher.js. Cycle should be able to handle this on its own and it automatically ignores clicks that occur during an animation. Mike

