Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101861

    Hi,
    How to disable the ripple effect for all elements or just accordions?

    #101867
    yavordashew
    Member

    Hi edilsonamaral,
    If you want to disable ripple effect of the elements the easiest way to do so by using the following code snippet:

    
    .smart-ripple{
        transform: initial!important;
        transition: initial!important;
        animation-duration: 0s!important;
    }
    

    This is the CSS class responsible for this effect.
    Let me know if that works for you!
    Please, do not hesitate to contact us if you have any additional questions.
    Best regards,
    Yavor Dashev
    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.