- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 24 Oct 2023 21:16:26 +0000
- To: public-css-archive@w3.org
> make them un-sticky Set `position: relative !important` in user origin? > make them stay put without animation and judder You can tell your browser that you prefer reduced motion, and hope that authors will use `@media (prefers-reduced-motion)` to check your preference. Or something like `animation: none !important` in user origin. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9510#issuecomment-1778052841 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 24 October 2023 21:16:28 UTC