My Flexslider is not rotating when the browser is not on focus. If the browser is on focus, then the flexslider works fine. However, if i open up a notepad on top of the browser, then the flexslider is no longer rotating.
How can i make the flexslider to continue rotate even though the browser is not on focus? My code used is as below.
- $('#home-flexslider .flexslider').flexslider({
- animation: "fade",
- slideshow: true,
- pauseOnHover: true,
- smoothHeight: false,
- start: function (slider) {
- slider.removeClass('loading');
- }
- });