Skip to content

Commit 1420e5c

Browse files
committed
add note about Vue.transition
1 parent 5461e45 commit 1420e5c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/guide/migration.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,17 @@ Vue's transition system has changed quite drastically and now uses `<transition>
661661
</div>
662662
{% endraw %}
663663

664+
### `Vue.transition` for Reusable Transitions <sup>deprecated</sup>
665+
666+
With the new transition system, you can now just [use components for reusable transitions](http://rc.vuejs.org/guide/transitions.html#Reusable-Transitions).
667+
668+
{% raw %}
669+
<div class="upgrade-path">
670+
<h4>Upgrade Path</h4>
671+
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of <code>Vue.transition</code>.</p>
672+
</div>
673+
{% endraw %}
674+
664675
### Transition `stagger` Attribute <sup>deprecated</sup>
665676

666677
If you need to stagger list transitions, you can control timing by setting and accessing a `data-index` (or similar attribute) on an element. See [an example here](transitions.html#Staggering-List-Transitions).

0 commit comments

Comments
 (0)