CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   jQuery jCarousel wrap:continuous question (http://www.codingforums.com/showthread.php?t=224383)

mssteph 04-16-2011 10:09 PM

jQuery jCarousel wrap:continuous question
 
I have a page with a vertically scrolling banner, and 4 images in it. I set the banner to wrap:continuous for a looped scroll, with an 'easeOutBack' easing so that the scroll bounces up for a second before settling down.

During the bounce-up, the next image in sequence is revealed for a second. Problem is, when the animation gets to the end of the 4 images, the next image in sequence doesn't show - just an empty space (or a background color, if I set it).

Is there some way to prevent this empty space from showing, and to just have the rest of the images continue to be revealed ad infinitum?

Thanks for any help or suggestions.

oesxyl 04-17-2011 11:07 AM

Quote:

Originally Posted by mssteph (Post 1079157)
I have a page with a vertically scrolling banner, and 4 images in it. I set the banner to wrap:continuous for a looped scroll, with an 'easeOutBack' easing so that the scroll bounces up for a second before settling down.

During the bounce-up, the next image in sequence is revealed for a second. Problem is, when the animation gets to the end of the 4 images, the next image in sequence doesn't show - just an empty space (or a background color, if I set it).

Is there some way to prevent this empty space from showing, and to just have the rest of the images continue to be revealed ad infinitum?

Thanks for any help or suggestions.

can you post some relevant code? looking to what you said and guessing seems to be a counting problem, instead of reseting when rich last is increment to the next, but this is a guess, :)

best regards


All times are GMT +1. The time now is 05:53 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.