Files
wordpress/wp-admin/css/view-transitions.css
Weston Ruter 612813b181 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.

Built from https://develop.svn.wordpress.org/trunk@61502


git-svn-id: http://core.svn.wordpress.org/trunk@60813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2026-01-20 18:23:33 +00:00

10 lines
185 B
CSS

@media (prefers-reduced-motion: no-preference) {
@view-transition {
navigation: auto;
}
#adminmenu > .menu-top {
view-transition-name: attr(id type(<custom-ident>), none);
}
}