Changes between Initial Version and Version 1 of Ticket #54852, comment 1
- Timestamp:
- 01/19/2022 06:14:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54852, comment 1
initial v1 1 this feature is implemented as a media query, it can be accessed the same way we access any media query values in JS: using window.matchMedia.1 This feature is implemented as a media query, it can be accessed the same way we access any media query values in JS: using window.matchMedia. 2 2 3 3 function getPrefersReducedMotion() {