I have already looked for several solutions to change the speed of the Slider, making it slower. But without success.
Is it in this part of the code, in main.js, that I change the speed or would it be in another file?
I thank you for your help.
/*---------------------------------------------- I N T R O S L I D E R ------------------------------------------------*/ $('#slides').superslides({ hashchange: false, animation: 'fade', play: 10000, pagination: true });
Hello guys!
I have already looked for several solutions to change the speed of the Slider, making it slower. But without success.
Is it in this part of the code, in main.js, that I change the speed or would it be in another file?
I thank you for your help.
/*----------------------------------------------
I N T R O S L I D E R
------------------------------------------------*/
$('#slides').superslides({
hashchange: false,
animation: 'fade',
play: 10000,
pagination: true
});
function slidertext() {
$("#owl-main-text").owlCarousel({
autoPlay: 10000,
goToFirst: true,
goToFirstSpeed: 2000,
navigation: false,
slideSpeed: 700,
pagination: false,
transitionStyle: "fadeUp",
singleItem: true
});
}
Hello,
Please check https://github.com/nicinabox/superslides.
You need to add animation_speed $('#slides').superslides({ and then check with clean cache.
Best Regards,
Jelly Team