Posted
on Sep 15, 2011
(permalink)
Hey,
I need to customize how theCarousel animate its' items and how it's placing them.
The default behavior looks like this (Bold is the selected item, usually it looks different):
item1, item2, item3, item4, item5.
when you scroll left it looks like this:
item0, item1, item2, item3, item4,
I need the carousel to behave like this:
item1, item2, item3, item4, item5.
when you scroll left it looks like this:
item1, item2, item3, item4
I hope it is clearn enough.
Ariel