View Single Post
06-03-16, 11:17 AM   #8
galvin
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 265
Ok after further testing, looks like two animation alpha's playing at the same time work ok. Can't be 100% sure. But if I do a SetAlpha() on a child frame while the parent is animating. The first SetAlpha() call works, but future SetAlpha() calls don't, until the animation is done. I know on live playing two animations on parent and child was an issue, but it may have been fixed. I never looked into this again till a week ago. The original fade code I wrote around 5 years ago.

So Zork may be right a pause may fix the issue. But it adds more complexity. Its easier if I don't have to check at all.

But Scale totally doesn't work nice on child frames though.

Edit: The child frame also has animation alpha playing too during the SetAlpha() but this doesn't seem to cause an issue. Its only when modifying child when parent is animating.

Last edited by galvin : 06-03-16 at 11:34 AM.