q-transition with fade?
-
Are there any other out of the box transitions that work with q-transition?
<q-transition name="slide"> <img v-show="visible" src="assets/quasar.jpg" > </q-transition>
-
Hi Martin,
Currently no. And the reason for
q-transition
to exist was to wrap the slide transition as it is now with some JS (can’t be done in CSS alone when you don’t know the exact height of the children). This component will eventually get removed and replaced by a collection of Vue CSS transitions.