[jQuery] Problem in circular scrolling

[jQuery] Problem in circular scrolling


Great tool. I am using circular feacture of this library. I am getting
one problem of delaying. Open “examples/special_circular.html” file
and add
scroll: ‘5′,
visible: ‘5′,
in
jQuery(document).ready(function() {
jQuery(’#mycarousel’).jcarousel({
wrap: ‘circular’,
scroll: ‘5′,
visible: ‘5′,
itemVisibleInCallback: {onBeforeAnimation:
mycarousel_itemVisibleInCallback},
itemVisibleOutCallback: {onAfterAnimation:
mycarousel_itemVisibleOutCallback}
});
});
Now open skin.css of ie7 and find the class
“.jcarousel-skin-ie7 .jcarousel-clip-horizontal”
and change the width “500px”
Now after these settings the scrolling takes a lot time on third
click. Even something my browser does not respond.
Beside back button works fine with these setting.
Any idea. I really need fix of this.