-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanimations.xml
More file actions
28 lines (28 loc) · 1.17 KB
/
animations.xml
File metadata and controls
28 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Frame name="Angleur_SleepAnimTemplate" virtual="true">
<Layers>
<Layer level="ARTWORK">
<Texture name="$parent_Texture" parentKey="texture" file="Interface/AddOns/AngleurClassic/images/sleep animation/full.png">
<Size x="64" y="64"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Animations>
<AnimationGroup parentKey="anim" looping="REPEAT" setToFinalAlpha="true">
<FlipBook smoothing="NONE" childKey="texture" duration="2" order="1" flipBookRows="1" flipBookColumns="4" flipBookFrames="4" flipBookFrameWidth="64" flipBookFrameHeight="64"/>
</AnimationGroup>
</Animations>
<Scripts>
<OnHide>
self.anim:Stop()
</OnHide>
<OnShow>
self.anim:Play()
</OnShow>
</Scripts>
</Frame>
</Ui>