Fade out CUI panels?Solved

I have multiple panels in one CuiPanel,
Child CuiPanels have fadeIn like this:  Image = { Color ="..." FadeIn = 1f }
I want to fade out them all when Parent Panel destroys, couldnot make it work.

 
 
 
 
 

I think they only fade out when they are destroyed, so if you want to do this you will have to destroy each child and then the parent.

q5qKOIiaBaebtz4.png 0x89A

I think they only fade out when they are destroyed, so if you want to do this you will have to destroy each child and then the parent.

ok I'll try it, thank you for rely 

Locked automatically