View Single Post
04/17/14, 07:51 AM   #8
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
Originally Posted by Seerah View Post
Children inherit the alpha of their parent. If the animation makes the equipped inventory frame fade out, it's changing its alpha.

You can always add a toggle for your frame as well (if you really want to), as whether or not a frame is shown or hidden will be independent of its parent's visibility. Though, if they OP just wanted a toggle, they wouldn't have asked the question they did.
Beware that the SceneManager uses SetHidden(true/false) on the Scenes Children as well not only Alpha. If I remember correctly that what why I was having difficulties even when I set InheritAlpha to false for my Window when attaching it directly via SetParent.

Last edited by thelegendaryof : 04/17/14 at 07:54 AM.
  Reply With Quote