Changes between Initial Version and Version 1 of Ticket #54174
- Timestamp:
- 09/23/2021 10:36:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54174
-
Property
Version
changed from
trunk
to5.6
-
Property
Component
changed from
Themes
toBundled Theme
-
Property
Version
changed from
-
Ticket #54174 – Description
initial v1 1 1 As a fix it could be good to register it as a separate script than in the main style.css 2 2 Like that it could be deregistered via wp_deregister_script or wp_dequeue_script function 3 I have for ex emple a plugin (Gallery Lightbox Lite) that is not working with gutenberg gallery and Twenty Twenty-One when the os or browser has the flag prefers-reduced-motion:reducedactive.3 I have for example a plugin (Gallery Lightbox Lite) that is not working with gutenberg gallery and Twenty Twenty-One when the OS or browser has the flag `prefers-reduced-motion:reduced` active. 4 4 5 5 Or do you have a solution in order to remove the 6 {{{ 6 7 @media (prefers-reduced-motion) { 7 8 * { … … 10 11 } 11 12 } 13 }}} 14 12 15 Some animations are vital to some blocks or plugins and it could be good to can disable this limitation in some child theme without having to recompile and replace all Twenty Twenty-One scss 13 16