Skip to content

Commit b740754

Browse files
committed
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sync-ec13a90a
2 parents bae2c2f + ec13a90 commit b740754

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/reference/react/ViewTransition.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,6 @@ Just like any Transition, React waits for data and new CSS (`<link rel="styleshe
10521052

10531053
If it's inside a new Suspense boundary instance, then the fallback is shown first. After the Suspense boundary fully loads, it triggers the `<ViewTransition>` to animate the reveal to the content.
10541054

1055-
Currently, this only happens for client-side Transition. In the future, this will also animate Suspense boundary for streaming SSR when content from the server suspends during the initial load.
1056-
10571055
There are two ways to animate Suspense boundaries depending on where you place the `<ViewTransition>`:
10581056

10591057
Update:

0 commit comments

Comments
 (0)