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 has it been removed ?

    Help
    3
    4
    660
    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.
    • T
      turigeza last edited by turigeza

      The docs use it here in an example
      https://quasar-framework.org/components/inner-loading.html#Basic-Usage

      There is a upgrade guide mentioning there is no need for it anymore … I presume it has been removed ?
      https://quasar-framework.org/guide/quasar-upgrade-guide.html

      When I try to register it I get
      Error: Unknown import from Quasar: QTransition

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by rstoenescu

        @turigeza - Are you referencing v1.0? Or 0.17? Well, I guess it doesn’t matter.

        0.17 - https://quasar-framework.org/components/transition.html
        1.0 - https://v1.quasar-framework.org/options/animations

        Scott

        T 1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          Just use regular <transition> Vue component.

          <!-- Example with wrapping only one DOM element / component -->
          <transition
            appear
            enter-active-class="animated fadeIn"
            leave-active-class="animated fadeOut"
          >
            <!-- Wrapping only one DOM element, defined by QBtn -->
            <q-btn
              color="secondary"
              icon="mail"
              label="Email"
            />
          </transition>
          
          1 Reply Last reply Reply Quote 1
          • T
            turigeza @s.molinari last edited by

            @s-molinari The link takes you to the right place 0.17. I will use regular <transition> Vue component as suggested by @rstoenescu. Thank you !

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