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

    Is there a way to disable ripple effect?

    Framework
    8
    14
    3366
    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.
    • B
      beeplin last edited by

      Sometimes we don’t want ripple effects for certain compnents which are by default with ripple. Is there a way to specifically disable ripple effects for a certain QBtn\ QCollasible or so?

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

        Hi, currently no. Why do you need it disabled?
        FYI: v0.14.4 will trigger ripples only on a successful click/tap - so not triggering it on a swipe or any other touch event. I believe this is actually what you are trying to avoid?

        1 Reply Last reply Reply Quote 0
        • B
          beeplin last edited by

          Sorry for the delay. Didn’t have Internet connection for the last few days.

          When running a Quasar app on a lower-end mobile device (like a smart phone produced 5 years ago…), ripple effect always causes considerable lag. That’s why I am considering disabling it.

          1 Reply Last reply Reply Quote 1
          • daltomdesigner
            daltomdesigner last edited by

            On v0.15 You can use no-ripple

            <q-btn color="primary" size="sm" no-ripple> Ripple Disabled </q-btn>

            1 Reply Last reply Reply Quote 2
            • A
              Alex last edited by

              A global configuration in combination with a slow device detection will be nice. 😃

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

                This does not seem to work on select boxes. Has anybody been able to disable the ripple on select boxes?

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

                  @Julia - What is a select box?

                  Scott

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

                    Thank you for asking. I mean a select tag.

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

                      Do you mean QSelect by chance? There is no select tag in Quasar. And there is no ripple in QSelect, so, I am confused.

                      Scott

                      1 Reply Last reply Reply Quote 0
                      • C
                        codethirsty last edited by

                        Hi, I really need to remove the ripple from some of my buttons for design reasons. Quasar allow me to do that?

                        beets 1 Reply Last reply Reply Quote 0
                        • beets
                          beets @codethirsty last edited by

                          @codethirsty Try putting :ripple="false" on the q-btn

                          1 Reply Last reply Reply Quote 0
                          • C
                            codethirsty last edited by

                            @beets Thanks, it works! This was my first question at the forum and the solution came out in 5 mins. This community is great

                            beets 1 Reply Last reply Reply Quote 0
                            • beets
                              beets @codethirsty last edited by

                              @codethirsty You’re welcome. A lot of us here use Quasar daily, so I didn’t even need to look that up in the docs, just wrote it from memory. 🙂 As long as you’re able to provide a clear an concise question, there’s lots of help here!

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

                                @codethirsty - Next time, also please start a new thread. Thanks.

                                Scott

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