From a723e7458c15b0d1db710e73873d063b0d90dccc Mon Sep 17 00:00:00 2001 From: Jairus Joer Date: Sat, 25 Oct 2025 19:18:20 +0200 Subject: [PATCH] Update docs/features/View Transitions.md Co-authored-by: Aaron Pham --- docs/features/View Transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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