JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Accordion › Accordion animation
Tagged: accordion, accordion animation
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?
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/
Thank you Peter, that worked.
Is this documented anywhere?
I prepared it for you. It is not part of official docs.