View Single Post
07-30-10, 01:21 PM   #36
lieandswell
A Cyclonian
 
lieandswell's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 45
If you wanted to use the Blizzard animation API in XML, you could do something like:

Code:
<Frame>
    ... 
    <Animations>
        <AnimationGroup name="$parentPulse" parentKey="pulse" looping="BOUNCE">
	    <Alpha change="-1" duration="1.5"/>
        </AnimationGroup>
    </Animations>
    <Scripts>
        <OnLoad>
            self.pulse:Play();
        </OnLoad>
    </Scripts>
</Frame>
__________________
1/5 15:55:46.001 UNIT_DIED, 0x0000000000000000, nil, 0x80000000, 0xF130001942161FB7, "Gamon", 0xa28
  Reply With Quote