Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #64470


Ignore:
Timestamp:
01/02/2026 02:35:38 AM (5 weeks ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64470

    • Property Focuses ui added
  • Ticket #64470 – Description

    initial v2  
    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.
     1The 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
     3The 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.
    24
    35View Transitions in the admin was first implemented in the plugin via https://github.com/WordPress/performance/pull/2038
     
    68
    79This was discussed in the [https://make.wordpress.org/core/2025/12/24/performance-year-end-chat-summary-23-december-2025/ Performance Team 2025 year-end chat].
     10
     11See #64471 for implementing View Transitions on the frontend.