Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/reference/react/addTransitionType.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ version: canary

<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)
[React의 배포 채널에 대해 더 알아보세요.](/community/versioning-policy#all-release-channels)

</Canary>

<Intro>

`addTransitionType` lets you specify the cause of a transition.
`addTransitionType`은 트랜지션의 원인을 명시할 수 있습니다.


```js
Expand Down Expand Up @@ -167,4 +167,4 @@ View Transition 이벤트를 활용하여 타입에 따라 활성화된 `ViewTra
}}>
```

This allows you to pick different imperative Animations based on the cause.
이를 통해 원인에 따라 다른 명령형 애니메이션을 선택할 수 있습니다.