Skip to content

Commit a05537a

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

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
@@ -8961,7 +8961,7 @@ function SearchList({searchText, videos}) {
89618961
<div className="video-list">
89628962
<div className="videos">
89638963
{filteredVideos.map((video) => (
8964-
// Animate each item in list ("what")
8964+
// 对列表中的每一个子项目进行动画(何地)
89658965
<ViewTransition key={video.id}>
89668966
<Video video={video} />
89678967
</ViewTransition>

0 commit comments

Comments
 (0)