splide
splide copied to clipboard
Autoplay doesn't work when connected via Windows Remote Desktop
Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
4.0.1
Description
Slider autoplay is set to "false" and is not working when opening browser and visiting website via Windows Remote Desktop
Reproduction Link
https://splidejs.com/guides/autoplay/
Steps to Reproduce
- Connect to any remote desktop
- Open any browser (for example google chrome)
- Visit https://splidejs.com/guides/autoplay/
- See that the example slider is paused, which means autoplay doesn't work
Expected Behaviour
Example autoplay slider should work even when using browser via Windows Remote Desktop.
Likely related to the "prefer-reduced-motion" being enabled, which overrides any auto-play settings and disables it completely.
I opened up a discussion post regarding this, suggesting instead to just disable the animations instead of disabling the feature entirely.