API 浏览器
Quasar 组件过渡效果

一些 Quasar 组件可以通过 transition-show / transition-hidetransition-prev / transition-nexttransition 属性实现过渡:

¥There are a few Quasar components that implement transitions through transition-show / transition-hide or transition-prev / transition-next or simply transition props:

我们将在这里展示这些过渡效果。

¥We’re going to showcase these transitions here.

slide-right
slide-left
slide-up
slide-down
fade
scale
rotate
flip-right
flip-left
flip-up
flip-down
jump-right
jump-left
jump-up
jump-down

使用上面标题中所示的过渡属性名称。示例:

¥Use the names indicated in the captions above for the transition props. Example:

<q-menu
  transition-show="jump-down"
  transition-hide="jump-up"
/>