Carousel Banner Rotation Speed

Carousel Banner seems to rotate quite fast...is there a way to slow this down maybe to every 15 seconds or so?
11 years 5 months ago #1 by blaze41

Please Log in or Create an account to join the conversation.

Hello blaze

Is it possible for you to edit some code line? If you do, try edit this line below under /modules/mod_carousel_banner/mod_carousel_banner.php (about line 97)
jQuery(document).ready(function() {
	jQuery("#mycarousel'. $cb_mod_id.'").jcarousel({
        ...
        animation: 1000,
        });
});

change that animation speed number from 1000 to 1500 or 3000.
11 years 5 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum