Update docs/features/View Transitions.md

Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Jairus Joer 2025-10-25 19:18:20 +02:00 committed by GitHub
parent 0787a46e9b
commit a723e7458c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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