File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/content/reference/react Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ version: canary
55
66<Canary >
77
8- ** The ` addTransitionType ` API is currently only available in React’s Canary and Experimental channels .**
8+ ** ` addTransitionType ` API는 현재 React의 카나리 및 실험적 채널에서만 사용할 수 있습니다 .**
99
10- [ Learn more about React’s release channels here .] ( /community/versioning-policy#all-release-channels )
10+ [ 리액트의 배포 채널에 대해 더 배워보세요 .] ( /community/versioning-policy#all-release-channels )
1111
1212</Canary >
1313
1414<Intro >
1515
16- ` addTransitionType ` lets you specify the cause of a transition .
16+ ` addTransitionType ` 은 트랜지션의 원인을 명시할 수 있습니다 .
1717
1818
1919``` js
@@ -167,4 +167,4 @@ View Transition 이벤트를 활용하여 타입에 따라 활성화된 `ViewTra
167167}}>
168168```
169169
170- This allows you to pick different imperative Animations based on the cause .
170+ 이를 통해 원인에 따라 다른 명령형 애니메이션을 선택할 수 있습니다 .
You can’t perform that action at this time.
0 commit comments