No
This code is good ;)
This code is good ;)
| Registered | Aug 5, 2009 |
| Last login | Jun 23, 2010 |
| Forum posts | 8 |
| Direct URL | http://www.flowplayer.org/forum/users/13928 |
effect: 'ajax',
fadeInSpeed: 200,
fadeOutSpeed: 1000,
interval: 5000,
...
// horizontal scrollables. each one is circular and has its own navigator instance
var horizontal = $(".scrollable").scrollable({size: 1}).circular().navigator(".navi").autoscroll({
interval: 5000
});
...
$("div.tabs").tabs(".images > div", {
// enable "cross-fading" effect
effect: 'fade',
fadeOutSpeed: "slow",
//Enable autoplay
autoplay: true,
// start from the beginning after the last tab
rotate: true
// use the slideshow plugin. It accepts its own configuration
}).slideshow();
...
effect: 'ajax',
fadeOutSpeed: 3000,
...