Closed BernardB84 closed 1 year ago
What options are you using, the default?
$("#slider_page").sudoSlider({ numeric:false, responsive:true, auto:true, prevNext:false, controlsShow:false, effect:'boxRandomGrowOut', animationZIndex:997, speed:'2000', pause:'5000' });
Thanks, but I think I'm stuck.
Nothing in my code changes between those JQuery versions.
My best bet is that the feature detection I use to detect whether CSS animations are supported somehow breaks (here).
And that my code therefore takes the fallback animation approach (here).
I don't have an iOS device to test on, so unfortunately I think I'm stuck.
If my guess is right, then you can "fix" it by deleting this if-statement.
But I don't have time to look further into it (and I don't do paid support any more).
Alternatively you can try to set the option performanceMode: 2
(or performanceMode: 1
if 2
breaks something).
That has previously fixed iOS performance, and it should work fine with your setup.
But I still don't see how jQuery versions could impact that.
Ok, thanks for your answer. I'll try that, otherwise I'll look for another solution.
Hello, I use SudoSlider with jQuery 3.5 and transitions on iOS are not smooth.
On this link you can see the problem : http://dr-rauzy.preprod.ussoft.fr
If I use jQuery 1.11 all is OK.
Thanks for your help.