Skip to content

Commit f720500

Browse files
authored
Update morphing.mdx
1 parent fc102ec commit f720500

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/content/docs/fwvt/morphing.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ So, when might this actually be useful?
169169

170170
* You want to exclude an element from the animation. Note that elements that have their own view-transition-name property are removed from other images. A typical examples is when you have a slide animation of the entire viewport and you want the navigation bar to remain static, like in the example above. In this case, the navigation bar is no longer part of the root image. While the viewport slides in, the navigation bar is stays in place from the previous page.
171171

172-
you may want an animation to slide beneath an element, or in other words, you want that element to stay in the foreground above others. By adding a view transition name, you create both old and new images of the element, raising it into the view transition layer. This is the fundamental mechanism behind various reordering strategies.
173-
174172
* You may want an animation to slide beneath an element, or in other words, you want that element to stay in the foreground above others. By adding a view transition name, you create both old and new images of the element, raising it into the view transition layer. This is the fundamental mechanism behind various [reordering strategies](/basics/hide-and-seek/).
175173

176174
## More Morphing Magic

0 commit comments

Comments
 (0)