We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.0.2
Seems like whatever (body, wrapping div, div.splide) have CSS attribute transform: rotate(Xdeg) it slows down autoscroll and eventually stop it.
transform: rotate(Xdeg)
No response
transform: rotate(5deg)
Autoscroll would work normally.
The text was updated successfully, but these errors were encountered:
This is the design limitation. Splide does not work inside an element with transform since it uses bondingClientRect.
bondingClientRect
Sorry, something went wrong.
No branches or pull requests
Checks
Version
v4.0.2
Description
Seems like whatever (body, wrapping div, div.splide) have CSS attribute
transform: rotate(Xdeg)
it slows down autoscroll and eventually stop it.Reproduction Link
No response
Steps to Reproduce
transform: rotate(5deg)
to slider or even body...
Expected Behaviour
Autoscroll would work normally.
The text was updated successfully, but these errors were encountered: