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

    v-tooltip label animation

    Help
    2
    4
    466
    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.
    • J
      jeffatpf last edited by

      At some point in a recent release the animation of the label within a tooltip changed. This is not a request for help around the animation when a tooltip appears (that’s all fine and well understood), but rather the animation of the label after the tooltip appears. Once the tooltip appears the label then gradually fades in. We’d rather see the label content immediately without animation. Any tips, ideas, workarounds, suggestions would be great. Thanks, Jeff.

      1 Reply Last reply Reply Quote 0
      • J
        jeffatpf last edited by

        Any insight on this?

        1 Reply Last reply Reply Quote 0
        • G
          genyded last edited by

          Did you even attempt to dig into this on your own at all? Take a look in node_modules/quasar-framework/src/css.

          1 Reply Last reply Reply Quote 0
          • J
            jeffatpf last edited by

            @genyded - I did, absolutely, and I digged into QTooltip.js. Any pointers would be great. I added :style=“tooltipStyle” to the <q-tooltip definition and…

              tooltipStyle() {
                return 'transitionProperty: none !important; transform: none !important; animation: none !important;';
              }
            

            with no effect.

            This feels like a behavior setting (similar to delay) that other developers might find useful.

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