close

Make WordPress Core

Changeset 61502


Ignore:
Timestamp:
01/20/2026 06:22:50 PM (7 weeks ago)
Author:
westonruter
Message:

Administration: Ensure View Transitions only apply when reduced motion is not preferred.

Developed in https://github.com/WordPress/wordpress-develop/pull/10762

Follow-up to [61491].

Props mukesh27, wildworks, solankisoftware, westonruter.
See #64470.
Fixes #64529.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/view-transitions.css

    r61491 r61502  
    1 @view-transition {
    2     navigation: auto;
     1@media (prefers-reduced-motion: no-preference) {
     2    @view-transition {
     3        navigation: auto;
     4    }
     5
     6    #adminmenu > .menu-top {
     7        view-transition-name: attr(id type(<custom-ident>), none);
     8    }
    39}
    4 
    5 #adminmenu > .menu-top {
    6     view-transition-name: attr(id type(<custom-ident>), none);
    7 }
Note: See TracChangeset for help on using the changeset viewer.