Color to texture transition effect

Hello everyone,
I’m trying to achieve a similar effect to what is shown in the GIF.
Is there any solution for this ?8419734--1113873--ezgif.com-gif-maker.gif

Definitely doable.
I recommend doing this in shader graph.
On a trigger (when touched), you need to increase a float value for the percentage faded. Then lerp between the texture and solid color to just fade it in.
To have a expanding circle you can do some magic on the position node with time.
To have the circle expand from where you tap I’m not exactly sure right now (haven’t done this yet), but also definitely possible