JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Ripple effect › Reply To: Ripple effect
May 31, 2021 at 2:04 pm
#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/