Thread Tools Display Modes
04-30-09, 06:26 PM   #1
kraftman
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 63
Animation API issues

I've having some trouble with the animation API, in that the children of the frame I'm animating aren't animating.

I'm not sure if i'm supposed to define somewhere that they should also animate?

Here's a quick video to show my problem:

http://www.wegame.com/watch/Swish_Problem/

As you can see, the frame fades out, but the buttons don't, even though they are parented to that frame.

Thanks for any help.
  Reply With Quote
04-30-09, 08:27 PM   #2
Mikord
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 61
I'm fairly certain animation groups are only applied to the frame they are created against and are not applied to child frames. I believe the animation system works independently of Lua on individual frames, so it has no notion of things like hierarchy and anchoring. You can test this by moving the frame via a translation animation object. The buttons shouldn't move. Basically Lua points and relationships are not evaluated by the animation system.

Last edited by Mikord : 04-30-09 at 08:36 PM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Animation API issues


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off