eBay / ebayui-core

Collection of Marko widgets; considered to be the core building blocks for all eBay components, pages & apps
https://ebay.github.io/ebayui-core/
Other
224 stars 104 forks source link

ebay-carousel: does not respect prefers reduced motion #2300

Closed saiponnada closed 2 weeks ago

saiponnada commented 1 month ago

Bug Report

Description

Carousel should not auto play, when a user enables prefer reduced motion settings system level.

Workaround

Use css media query to respect user preferences.

@media (prefers-reduced-motion) {
  /* styles to apply if a user's device settings are set to reduced motion */
}
agliga commented 1 month ago

This is a skin bug. Please reopen on skin