> http://monsterpocalypsegame.com/
>
> With that front news box, you can mouseover the itemss faster than
> they can transition sometimes, so you are left hovering an item that
> isn't the one you're looking at.

Oh, I see what you mean now.  Try the 'fastOnEvent' option.

$('#whatever').cycle({
    fastOnEvent: true,
    // other options
});

Reply via email to