You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could optionally disable or configure the ripple effect for different components.
Option to disable ripple effect
In my case I think I would be fine with a Checkbox.Item without ripple effect, because in my eyes the ripple hints at a visually non-existing button area around the Checkbox.Item which I don't like. I think the checkbox animation itself is sufficient in my case.
Option to configure ripple effect
I also am using the ToggleButton and I have a roundness defined both in its style props and in the global theme object provided by the PaperProvider. Unfortunately though the ripple effect on the ToogleButton doesn't respect the roundness and there's no way to get around it. It would be nice if we had props regarding ripple to configure it wherever it's present in a component.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be great if we could optionally disable or configure the ripple effect for different components.
Option to disable ripple effect
In my case I think I would be fine with a
Checkbox.Item
without ripple effect, because in my eyes the ripple hints at a visually non-existing button area around theCheckbox.Item
which I don't like. I think the checkbox animation itself is sufficient in my case.Option to configure ripple effect
I also am using the
ToggleButton
and I have aroundness
defined both in itsstyle
props and in the globaltheme
object provided by thePaperProvider
. Unfortunately though the ripple effect on theToogleButton
doesn't respect theroundness
and there's no way to get around it. It would be nice if we had props regarding ripple to configure it wherever it's present in a component.Beta Was this translation helpful? Give feedback.
All reactions