Tween Element Group Alpha

Hi

In Unity there is a component called “CanvasGroup” which controls the alpha for all the children in the parent on which that component is attached to.

Is there something similar in PlayCanvas? I need to fade UI in and out, but they Elements do not have a material or opacity that controls their children as well.

Thanks!

1 Like

bump

Is there no easy way to do this? I am very hesitant to make 1 tween method for the 20+ image and text elements I need to animate fading in…