Skip to content

Commit 6150228

Browse files
committed
wip
1 parent 8c889ca commit 6150228

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/blog/2025/04/01/react-labs-what-we-have-been-working-on-april-2025.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ React View Transitions are a new experimental feature for React designed to make
6464
To opt-in to animating an element, wrap it in the new `<ViewTransition>` component:
6565

6666

67-
```js {2,4}
68-
// "what" to animate.
67+
```js
68+
// "what" to animate.
6969
<ViewTransition>
7070
<div>animate me</div>
7171
</ViewTransition>
@@ -75,8 +75,8 @@ This new component lets you declaratively define "what" to animate when an anima
7575

7676
You can define "when" to animate by using one of these three triggers for a View Transition:
7777

78-
```js {4,7,10,12}
79-
// "when" to animate.
78+
```js
79+
// "when" to animate.
8080

8181
// Transitions
8282
startTransition(() => setState(...));

0 commit comments

Comments
 (0)