Image element opacity

Is it possible to animate the alpha on an image element? via button click?

thanks!

Hi @jono3d,

For animating a material property you can use the PlayCanvas tween library, check at the bottom of this page for an exact example:

https://developer.playcanvas.com/en/tutorials/tweening/

To bind it to a button click element, I’ve answered you on that in your other topic.