This commit is contained in:
Ben Croker 2025-02-07 17:58:46 -06:00
parent bd17ab4809
commit 4fb2aa5b6a
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Datastar automatically adds the proper `<meta/>` tags to properly transition ful
## Inter-page transitions
By default, if `docuument.startViewTransition` exists and incoming SSE fragment has [data: useViewTransition true](https://data-star.dev/reference/sse_events#event-types) update will be wrapped in a `startViewTransition` async call. This will automatically fade in/out. If you want custom animation, such as
By default, if `document.startViewTransition` exists and incoming SSE fragment has [data: useViewTransition true](https://data-star.dev/reference/sse_events#event-types) update will be wrapped in a `startViewTransition` async call. This will automatically fade in/out. If you want custom animation, such as
```html
<style>