Skip to content

Commit 39e2a99

Browse files
authored
Update src/content/blog/2025/04/23/react-labs-view-transitions-activity-and-more.md
1 parent 459fc8b commit 39e2a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2025/04/23/react-labs-view-transitions-activity-and-more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12981,7 +12981,7 @@ function SearchList({searchText, videos}) {
1298112981
)}
1298212982
<div className="videos">
1298312983
{filteredVideos.map((video) => (
12984-
// Animate each item in list ("what")
12984+
// 对列表中的每一个子项目进行动画(何地)
1298512985
<ViewTransition key={video.id}>
1298612986
<Video video={video} />
1298712987
</ViewTransition>

0 commit comments

Comments
 (0)