Answer the question
In order to leave comments, you need to log in
What's the problem: bxslider doesn't work with mode: fade?
I have such a site sweetsugar.demorus.ru
It is the property mode: 'fade' that does not work, but the slides need to be changed with a fade, and not horizontally, as they are changing now. When Fade is set, the slides stay in place, although the pager is spinning, but after the first circle, everything stops altogether.
The BXSlider script is connected like this:
jQuery(function() {
jQuery('.mainslider ul').bxSlider({
mode: 'fade',
speed: 1000,
auto: true,
autoDelay: 2000,
pause: 6000
});
});
Answer the question
In order to leave comments, you need to log in
Reason is here
jQuery('.mainslider_01').delay(2500).queue(function(){
jQuery(this).addClass('visible animated fadeIn');
});
jQuery('.mainslider_01').delay(2500).queue(function(){
jQuery(this).addClass('visible animated fadeIn').dequeue();
});
Along with bxslider, two more scripts are downloaded, one of them is jquery.easing.1.3.js
Try to connect this plugin, it might help.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question