| 1 | | The View Transitions plugin as part of Performance Lab includes a feature to enable cross-document view transitions in the WP Admin. This improves the user experience of navigating around the admin, by making it feel more like a single-page app without the added implementation complexity (and backwards-compatibility breaks). This is part of the new coat of paint being worked on for the WP Admin in #64308. |
| | 1 | The View Transitions plugin as part of Performance Lab includes a feature to enable cross-document view transitions in the WP Admin. This improves the user experience of navigating around the admin, by making it feel more like a single-page app without the added implementation complexity (and backwards-compatibility breaks). This is part of the new coat of paint being worked on for the WP Admin in #64308. |
| | 2 | |
| | 3 | The feature is [https://caniuse.com/cross-document-view-transitions now implemented] in all browsers, except for Firefox (see [https://bugzilla.mozilla.org/show_bug.cgi?id=1860854 Bugzilla 1860854]). Nevertheless, it is purely a progressive enhancement, the same as Speculative Loading, so Firefox users will not experience a degraded experience. |