Hi everyone, thanks in advance for your help!
I'm trying to achieve something like this on my PIXI app. I have two binary masks, which we can call "normal" and "expanded." Right now, if the user hovers over an object (sprite), I will tint the sprite to show the selection. However, I would like to animate something similar to the attachment. When the user hovers over the sprite, they should see the normal mask, and if they click on the sprite, then the animation should happen.
How can I achieve this? I tried looking into the Filters documentation but I didn't really have a direction for doing this.
Thank you!