edtalmadge / Agile-Carousel

JQuery Slideshow/Carousel Plugin
http://www.agilecarousel.com
150 stars 105 forks source link

Sliding content buttons #4

Closed michaeljmcd closed 13 years ago

michaeljmcd commented 13 years ago

I am building a carousel with agile-carousel based off of flavor #2. The area allotted for the carousel is too small for all the content buttons to be displayed at once. This is fine, but what I cannot figure out is how to easily have the viewing area for the content buttons slide so that the later content buttons become visible.

Any help would be appreciated, thanks.

edtalmadge commented 13 years ago

I'm not totally clear on what you mean by:

"how to easily have the viewing area for the content buttons slide so that the later content buttons become visible"

Is this what you have in mind?

Show content buttons in a div with a fixed width and height. If the amount of content buttons exceeds the available space, then add left and right scroll buttons so the user may scroll to view all content buttons.

michaeljmcd commented 13 years ago

That would be good and would be needed. More specifically, what I meant was this:

Let us say that there are 10 slides, but that the amount of space allotted only fits 7 content buttons. When the slideshow hits the eighth slide, the content buttons should shift in their div so that the content buttons for slides 2-8 are visible.

Sent from my Verizon Wireless Phone

----- Reply message ----- From: "edtalmadge" reply@reply.github.com Date: Thu, Aug 11, 2011 9:44 am Subject: [Agile-Carousel] Sliding content buttons (#4) To: mmcdermott@mad-computer-scientist.com

I'm not totally clear on what you mean by:

"how to easily have the viewing area for the content buttons slide so that the later content buttons become visible"

Is this what you have in mind?

Show content buttons in a div with a fixed width and height. If the amount of content buttons exceeds the available space, then add left and right scroll buttons so the user may scroll to view all content buttons.

Reply to this email directly or view it on GitHub: https://github.com/edtalmadge/Agile-Carousel/issues/4#issuecomment-1782351

edtalmadge commented 13 years ago

Ok, good suggestion. It's not possible to do it now without modifying the code (there's no available plugin setting for this). I will consider adding this in to a future release.