Aicod srl for the time they let me to develop this :)
Features
It simply works with jQuery and jQueryUI ( + theme), nothing else is required.
Animated transitions when scrolling or when using buttons Previous or Next.
Touch support, it means that someone wants to scroll your storyline with the power of a thumb, he can just scroll it like when he scroll pages. (Thanks to jQuery Touchwipe)
This option define how much width would have your storyline items.
Integer
0
$('ul').storyline({elementwidth:200});
This option define how much items you need per view.
Integer
0
$('ul').storyline({elementsperview:6});
This option define how much milliseconds you will need to pass to the next item when scrolling (this is need only if you want animation, put it at 0 for no animation).
Integer
100
$('ul').storyline({tonextonslide:50});
This option define how much milliseconds you will need to pass to the next item when clicking Prev or Next buttons (this is need only if you want animation, put it at 0 for no animation).
Integer
200
$('ul').storyline({tonextonclick:100});
This option define how much items will be shown when scrolling or after clicking Prev or Next buttons.
Integer
1
$('ul').storyline({step:2});
This option define how much items will be shown when scrolling with your finger on it (Only for Touch devices).