Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Dec 30, 2024
1 parent 385e91d commit 3721e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/tools/turn-signal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ The scripts also always sets view transition type `old` on the old page and `new

```css title="How to switch off the new image, only"
:active-view-transition-type(same):active-view-transition-type(new) main {
view-transition-name: none; /* but only a new image for links to the same page */
view-transition-name: none; /* but only an old image for links to the same page */
}
```

0 comments on commit 3721e84

Please sign in to comment.