We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e775bd commit c6d5443Copy full SHA for c6d5443
src/guide/built-ins/transition-group.md
@@ -80,6 +80,10 @@ import ListStagger from './transition-demos/ListStagger.vue'
80
81
[完全な例](/examples/#list-transition)
82
83
+### カスタムトランジションクラス
84
+
85
+[`<Transition>` のカスタムトランジションクラス](https://vuejs.org/guide/built-ins/transition.html#custom-transition-classes)と同様に、`<TransitionGroup>` に `moveClass` プロパティを渡すことで、移動する要素のカスタムトランジションクラスを指定することもできます。
86
87
## 時差をもたせたリストのトランジション {#staggering-list-transitions}
88
89
JavaScript のトランジションとデータ属性でやりとりすることで、リスト内のトランジションをずらすこともできます。まず、項目のインデックスを DOM 要素の data 属性としてレンダリングします:
0 commit comments