You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/guide/transitions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ new Vue({
94
94
95
95
これらは、enter/leave トランジションのために適用される 6 つのクラスです。
96
96
97
-
1.`v-enter`: enter の開始状態。要素が挿入される前に適用され、要素が挿入後に 1 フレームが削除されます。
97
+
1.`v-enter`: enter の開始状態。要素が挿入される前に適用され、要素が挿入された 1 フレーム後に削除されます。
98
98
2.`v-enter-active`: enter の活性状態。トランジションに入るフェーズ中に適用されます。要素が挿入される前に追加され、トランジション/アニメーションが終了すると削除されます。このクラスは、トランジションの開始に対して、期間、遅延、およびイージングカーブを定義するために使用できます。
0 commit comments