-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slides flicker in Safari on Mac #275
Comments
I had same problem. @kamilpaluch's solution is work. Thanks @kamilpaluch. |
Thanks @kamilpaluch! Can confirm this works too. |
Thank you, this works good! |
Lemon2311
added a commit
to Lemon2311/siema
that referenced
this issue
Dec 17, 2023
Lemon2311
added a commit
to Lemon2311/siema
that referenced
this issue
Dec 17, 2023
Lemon2311
added a commit
to Lemon2311/siema
that referenced
this issue
Dec 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, thanks for providing amazing slider. Recently I noticed an issue with Safari where slider flickers during transition. I checked your codepen demos and they flicker too.
The issue can be fixed with the following CSS:
.gallery-slider div div { transform: translateZ(0); }
Best regards
The text was updated successfully, but these errors were encountered: