If possible, resist the temptation to apply a view transition name to large content elements. Instead, use the `root` transition group on the document's documentElement to achieve the desired effect. If you fear that your root group now obscures header, footer, and navbar, you can always assign view transition names to those elements, allowing them to enter the view transition layer and [cover portions of the root images](/basics/pseudos/#rendering-pseudo-elements) as needed. Keep in mind that this technique is likely just a stopgap measure until nested view transition groups become more broadly supported.
0 commit comments