-
Notifications
You must be signed in to change notification settings - Fork 3
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
Autoplay transitions funky in Safari #1
Comments
I should note: every other way of triggering a change works great -- clicking arrows, scrolling, dragging, etc. It's only the autoplay that's funky as far as I've noticed. |
This is not going to work in production for us. Really hoping you have a chance to look at it so we don't have to change directions at the last minute... |
@zmre it seems like autoplay uses scrollTo instead of navigate function so maybe it's just a matter of changing that. This is still probably one of the best open-source carousels you can find with that kind of performance. What carousel have you settled on? |
Just discovered your project and it looks great. In testing it out though, I noticed the autoplay functionality looks pretty funky in Safari on MacOS. It seems to go back to the beginning and then slide to the next slide and then stutter for a minute. I made a short gif to show what I mean:
I suspect it is something to do with the scroll animation routine. Not sure if CSS transition stuff and a
element.scroll({...behavior:"smooth"})
would be a simple workaround. I've only just taken a peek and made a guess. Hope the bug report is welcome.The text was updated successfully, but these errors were encountered: