VScrollXReverseTransition API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| disabled | ||
| 移除组件的单击或 target 功能。 | ||
| group | ||
| Creates a transition-group component. You can find more information in the vue docs . | ||
| hide-on-leave | ||
| Hides the leaving element (no exit animation). | ||
| leave-absolute | ||
| Absolutely positions the leaving element (useful for FLIP ). | ||
| mode | ||
| Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation for transition modes . | ||
| origin | ||
| 设置元素上的动画原点。您可以在 MDN 文档上浏览更多 for transition origin | ||
插槽
| default |
| 默认Vue 插槽。 |