No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    q-transition with fade?

    Help
    2
    2
    1155
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Martin
      Martin last edited by

      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>
      
      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post