jCarousel... wrap:"circular" problem
Hi everyone,
I am trying to implement a circular wrap on my jCarousel, but there is a weird little hiccup I cannot seem to fix. I am showing two items at a time and when it reaches the end, it wraps to the first item HOWEVER the second item starts to lag and does not appear until the pause is over. Has anyone encountered this?
Thanks!
Rachel
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
vertical: true,
auto: .2,
scroll: 1,
animation: 5000,
wrap: "circular",
});
});
</script>