Push button animation (like google material UI)

Hi everyone,

Excuse me if such question already exists, I tried to find it, but unsuccessfully.
Could you please tell me how to make the animation on the buttons when users push them? I would like to see the animation (motion) like in Google Material UI (they call it Radial reaction)
The third video on this page shows what I mean:

And maybe there are any free ready-made motion (animations) for buttons which we can use in Unity?

Thanks in advance!
Eugene

Interesting you asked this, because I was just watching the same UI videos on google play, and was wondering the same thing. I wanted to bump this up to see if you found any solutions.

I am thinking just animating the UI elements with rect transform, but would be nicer to use unity animation tools, I just don’t know if it works on UI elements.