diff --git a/docs/features/View Transitions.md b/docs/features/View Transitions.md index 3c47054c4..ace700baa 100644 --- a/docs/features/View Transitions.md +++ b/docs/features/View Transitions.md @@ -42,7 +42,7 @@ startViewTransition(() => { }) ``` -The `startViewTransition` function will automatically use the View Transitions API if it's supported and enabled, or fall back to immediate execution otherwise. +The `startViewTransition` function will automatically use the View Transitions API if the browser is supported, otherwise it will fallback to eager execution. ## Configuration