Skip to content

Commit e9bcdc8

Browse files
committed
typo
1 parent a7632a2 commit e9bcdc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/fwvt/morphing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ You are right. Nothing happens. The old image of the link cross-fades into the i
167167

168168
So, when might this actually be useful?
169169

170-
* 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 example 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.
170+
* 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 example 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 stays in place.
171171

172172
* 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/).
173173

0 commit comments

Comments
 (0)