Skip to content

过渡动画

  1. Vue 的过渡动画是 Vue 的内置功能之一,用于实现组件的过渡效果
  2. Vue 的过渡动画可以通过 transition 组件实现,也可以通过 transition-group 组件实现
  3. Vue 的过渡动画可以用于实现组件的进入、离开、列表的过渡效果等

Released under the MIT License.