A complete scrollable navigational system - Autoscroll horizontally and vertically
Posted: Nov 13, 2009
Hi,
Thank for great work on jQueryTools.
I want used your 'complete scrollable navigational system' in http://flowplayer.org/tools/demos/scrollable/site-navigation.html
I have changed the configuration for obtain a automatic picture scroll horizontally :
So, Is it possible to automatically scroll the picture vertically?
Thank
Marc
Thank for great work on jQueryTools.
I want used your 'complete scrollable navigational system' in http://flowplayer.org/tools/demos/scrollable/site-navigation.html
I have changed the configuration for obtain a automatic picture scroll horizontally :
...
// horizontal scrollables. each one is circular and has its own navigator instance
var horizontal = $(".scrollable").scrollable({size: 1}).circular().navigator(".navi").autoscroll({
interval: 5000
});
...
So, Is it possible to automatically scroll the picture vertically?
Thank
Marc
