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

    Change tooltip animation?

    Help
    2
    3
    543
    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.
    • Z
      Zyme last edited by Zyme

      How do I change a tooltip animation direction?

      Right now it “folds out” from top to bottom, but I would like it to fold out from left to right.

      The actual positioning is correct, just not the animation itself.

      1 Reply Last reply Reply Quote 0
      • Hawkeye64
        Hawkeye64 last edited by

        Here’s documentation: https://quasar-framework.org/components/tooltip.html
        Look at properties for anchor and self.
        This is my go to tooltip position:

        <q-tooltip anchor="bottom middle" self="top middle">Play/Pause</q-tooltip>
        

        But depending where the tooltip shows up, I’ve had to adjust it a bit so the display doesn’t hide something:

        <q-tooltip anchor="top middle" self="bottom middle">Date/Time</q-tooltip>
        

        Hope that helps!

        Z 1 Reply Last reply Reply Quote 1
        • Z
          Zyme @Hawkeye64 last edited by

          @hawkeye64 said in Change tooltip animation?:

          Here’s documentation: https://quasar-framework.org/components/tooltip.html
          Look at properties for anchor and self.
          This is my go to tooltip position:

          <q-tooltip anchor="bottom middle" self="top middle">Play/Pause</q-tooltip>
          

          But depending where the tooltip shows up, I’ve had to adjust it a bit so the display doesn’t hide something:

          <q-tooltip anchor="top middle" self="bottom middle">Date/Time</q-tooltip>
          

          Hope that helps!

          That just changes where the tooltip appears, not how it appears. It still folds out with the same animation.

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