splide icon indicating copy to clipboard operation
splide copied to clipboard

Autoplay doesn't work when connected via Windows Remote Desktop

Open RawMajkel opened this issue 2 years ago • 1 comments

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

  1. Connect to any remote desktop
  2. Open any browser (for example google chrome)
  3. Visit https://splidejs.com/guides/autoplay/
  4. 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.

RawMajkel avatar Feb 09 '23 15:02 RawMajkel

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.

astumpy avatar Feb 09 '23 20:02 astumpy