Hello Jan,

I would like to ask if you have a hint on how to solve the white
flickering issue with jCarousel when in use on FF 2.0?   I have tried
the fix below that you gave to another user, but I don't know if this
was a circular carousel.  This fix does not work in FF 2.0
Any hints would be appreciated.  Incredible script by the way.  I
would donate to you if you were to put out a jar.  Think about it.

function mycarousel_itemVisibleOutCallback(carousel, item, i, state,
evt)
{
    setTimeout(function() { carousel.remove(i); }, 20);
};

Reply via email to