From 6d2cf17057afdf11ccb9b93192fd998022ccf10d Mon Sep 17 00:00:00 2001 From: nayounsang Date: Sat, 17 Jan 2026 16:42:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20addTransitionType=EC=9D=98=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=EC=9D=B4=20=EC=95=88=EB=90=9C=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EB=B2=88=EC=97=AD=20=EC=A7=84=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/reference/react/addTransitionType.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/reference/react/addTransitionType.md b/src/content/reference/react/addTransitionType.md index fa6cf4d4c..cf4f3b0e9 100644 --- a/src/content/reference/react/addTransitionType.md +++ b/src/content/reference/react/addTransitionType.md @@ -5,15 +5,15 @@ version: canary -**The `addTransitionType` API is currently only available in React’s Canary and Experimental channels.** +**`addTransitionType` API는 현재 React의 카나리 및 실험적 채널에서만 사용할 수 있습니다.** -[Learn more about React’s release channels here.](/community/versioning-policy#all-release-channels) +[리액트의 배포 채널에 대해 더 배워보세요.](/community/versioning-policy#all-release-channels) -`addTransitionType` lets you specify the cause of a transition. +`addTransitionType`은 트랜지션의 원인을 명시할 수 있습니다. ```js @@ -167,4 +167,4 @@ View Transition 이벤트를 활용하여 타입에 따라 활성화된 `ViewTra }}> ``` -This allows you to pick different imperative Animations based on the cause. +이를 통해 원인에 따라 다른 명령형 애니메이션을 선택할 수 있습니다. From daa0d48e9d16e8b4fbbdff75c15d0fe31f452072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Sat, 17 Jan 2026 17:13:38 +0900 Subject: [PATCH 2/2] Fix typo in addTransitionType.md link text --- src/content/reference/react/addTransitionType.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/react/addTransitionType.md b/src/content/reference/react/addTransitionType.md index cf4f3b0e9..e7578b388 100644 --- a/src/content/reference/react/addTransitionType.md +++ b/src/content/reference/react/addTransitionType.md @@ -7,7 +7,7 @@ version: canary **`addTransitionType` API는 현재 React의 카나리 및 실험적 채널에서만 사용할 수 있습니다.** -[리액트의 배포 채널에 대해 더 배워보세요.](/community/versioning-policy#all-release-channels) +[React의 배포 채널에 대해 더 알아보세요.](/community/versioning-policy#all-release-channels)