Carousel Banner Parameters ??
- Posted by Ken (1) Offline
Is there a way to changes the type of transition or the transition speed of the Carousel Banner ? Can I remove the forward and back buttons and just have the banners rotate in order ?
11 years 8 months ago #1
by Ken
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
This module is basd on jCarousel script from the link below. You can change the default configuration from mod_carousel_banner.php
you may read their documentation what are options available for the animation speed, easing or transition. Not sure if we could remove the navigation arrow though.
11 years 8 months ago #2
by erwinschro
This module is basd on jCarousel script from the link below. You can change the default configuration from mod_carousel_banner.php
jQuery("#mycarousel'. $cb_mod_id.'").jcarousel({
auto: 3,
scroll:1,
rtl:false,
visible:1,
wrap: \'last\',
easing: \'BounceEaseOut\',
animation: 1000,
initCallback: mycarousel_initCallback
});
you may read their documentation what are options available for the animation speed, easing or transition. Not sure if we could remove the navigation arrow though.
Please Log in or Create an account to join the conversation.
- Posted by wekko (1) Offline
It's better if you don't modify the module / script, best option is just hide it with CSS:
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
display:none;
}
10 years 10 months ago #3
by wekko
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
display:none;
}
Please Log in or Create an account to join the conversation.