Closed Assiyahadaj closed 3 years ago
I tried out various effects in Chrome 88, and they all worked.
So you'll have to be a bit more specific.
Can you give a link to some page that is not working?
Hi there, I'm having the same issues on multiple projects. It seems to be connected to the "autoHeight" option, but I cannot pin it down exactly to some line it the source code. Commenting out the contents of this function removes the issue (and functionality): https://github.com/erik-krogh/SudoSlider/blob/master/js/jquery.sudoSlider.js#L710
My closest guess would be change in the CSS transition handling of Chrome 88, but they did not mention it in their release notes. Other libraries do not seem to be affected.
You can see the bug on the demo page:
Thanks, I can replicate it now :+1:
Apparently the issue only exists if the height of each slide is different.
I'll look into it.
As a temporary workaround you can disable CSS animations by setting useCSS: false
.
Everything should look the same, but it uses jQuery animations instead of CSS animations.
@Assiyahadaj @makmic
I think I fixed the issue.
I just released 3.5.1
, which changed how the slide
animation works (that's the default animation).
The demos are also updated, so the autoheight demo should work now.
Thanks @erik-krogh! 3.5.1 works like a charm :heart:
If I understand it correctly CSS animations are still used but with margin
instead of translate
?
If I understand it correctly CSS animations are still used but with
margin
instead oftranslate
?
Yes.
I think it should work just the same. But I'm on a Linux machine right now, so I haven't tested many browsers. I would be glad if you could confirm that your thing works well in many browsers.
I can confirm that the change works on every browser I tested via BrowserStack:
MacOs BigSur: Works on Safari, Firefox 74, Chrome 88
Ubuntu 20.04: Works on Chrome 88, Firefox
Windows 7: Works on IE11 ;-)
Android: Works on Chrome
iOS: Works on Safari
I can confirm that the change works on every browser I tested via BrowserStack
Great.
I'll keep this issue open for a while, to make it easily visible to anyone else that might have the same issue.
Hi erik , Thank you it worked correctly thank you very much
Hi !
The effect, slide of sudo slider doesn't work at the last version of chrome 88
Thank you!