Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112248
    Joost
    Participant

    When I set the [animation]=”‘none'”, I still get the ripple effect when clicking an accordion item.

    I can’t seem to find any other property to disable it. What am I missing?

    #112250
    admin
    Keymaster

    Hi Joost,

    The ripple effect is defined with the .smart-ripple CSS class. You can do this:

    .smart-ripple {
     animation: none; 
     visibility: hidden;
    }

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #112252
    Joost
    Participant

    Thank you Peter, that worked.

    Is this documented anywhere?

     

     

    #112268
    admin
    Keymaster

    Hi Joost,

    I prepared it for you. It is not part of official docs.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

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