This is a follow up issue to #1963, with the purpose to track the actual implementation of the new View Transitions feature plugin up until the initial launch.
The work will be broken down into a few iterative PRs to ease review and discussion. Here's the list:
MVP (launch as experimental)
Polishing (graduation to non-experimental)
The implementation of all these PRs will be based on WordPress/wordpress-develop#8370 and heavily reuse the code from that experimental Core PR. The main difference will be the inclusion of settings to control via UI, plus adjustments to satisfy requirements of implementing as a plugin.
This is a follow up issue to #1963, with the purpose to track the actual implementation of the new View Transitions feature plugin up until the initial launch.
The work will be broken down into a few iterative PRs to ease review and discussion. Here's the list:
MVP (launch as experimental)
add_theme_support, opt in to view transitions via CSS) (Scaffold View Transitions feature plugin #1998)Polishing (graduation to non-experimental)
The implementation of all these PRs will be based on WordPress/wordpress-develop#8370 and heavily reuse the code from that experimental Core PR. The main difference will be the inclusion of settings to control via UI, plus adjustments to satisfy requirements of implementing as a plugin.