diff --git a/src/content/docs/zh-cn/guides/view-transitions.mdx b/src/content/docs/zh-cn/guides/view-transitions.mdx index 6f5c84392f1bf..d909921ffdb18 100644 --- a/src/content/docs/zh-cn/guides/view-transitions.mdx +++ b/src/content/docs/zh-cn/guides/view-transitions.mdx @@ -319,8 +319,8 @@ const customTransition = { @@ -564,9 +564,9 @@ Astro 的视图过渡动画 API 生命周期事件顺序如下: ```js ``` @@ -626,14 +626,43 @@ Astro 的视图过渡动画 API 生命周期事件顺序如下: ```astro ``` +#### 构建自定义交换函数 + +