Trying to implement material UI in React and looking for a button that does not have the standard wave animation effect upon clicking, which you can see demonstrated here.
Instead, I am searching for an animation that instantly fills the entire button with color upon pressing it, similar to this example button here (not a loading animation, but a quick change of color across the whole button).
What changes do I need to make in the makeStyles() function or are there any additional functions that should be created?
Any guidance on how to achieve this desired effect would be greatly appreciated!