Skip to content

Commit 427b035

Browse files
committed
chore: Delete translation note
1 parent 037088d commit 427b035

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/guide/transitions-enterleave.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ Vue.createApp(Demo).mount('#demo')
7373

7474
### トランジションクラス
7575

76-
<!-- これらはが直訳としては良いが、読みやすさで "以下は" を採用 -->
77-
7876
以下は、enter/leave トランジションのために適用される 6 つのクラスです。
7977

8078
1. `v-enter-from `: enter の開始状態。要素が挿入される前に適用され、要素が挿入された 1 フレーム後に削除されます。
@@ -506,15 +504,11 @@ computed: {
506504
</p>
507505
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
508506

509-
<!-- ここ coordinate を調整で訳していたがそのままカタカナ語のほうが良さそう -->
510-
511507
ただ、そうするわけにはいかない場合や、より複雑な in と out の動きの扱いについてコーディネートする必要がある場合に、Vue は非常に便利な **トランジションモード** というユーティリティを提供しています。
512508

513509
- `in-out`: 最初に新しい要素がトランジションして、それが完了したら、現在の要素がトランジションアウトする。
514510
- `out-in`: 最初に現在の要素がトランジションアウトして、それが完了したら、新しい要素がトランジションインする。
515511

516-
<!-- find が感じる?気づく? -->
517-
518512
::: tip
519513
`out-in` がほとんどの場合に求めているものと感じるはずです。
520514
:::

0 commit comments

Comments
 (0)