forked from Tercioo/Details-Damage-Meter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoolbar_button.xml
40 lines (33 loc) · 1.1 KB
/
toolbar_button.xml
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
29
30
31
32
33
34
35
36
37
38
39
40
<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="DetailsToolbarButton" virtual="true" hidden="true">
<Size>
<AbsDimension x="14" y="14"/>
</Size>
<Scripts>
<OnEnter>
DetailsToolbarButtonOnEnter (self);
</OnEnter>
<OnLeave>
DetailsToolbarButtonOnLeave (self);
</OnLeave>
</Scripts>
<Layers>
<Layer level="BORDER">
<Texture name="$parentStar" parentKey="Star" file="interface\cooldown\star4" alphaMode="ADD" alpha="0">
<Size x="40" y="40"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<Color r="0.985" g="0.111" b="0.125"/>
</Texture>
</Layer>
</Layers>
<Animations>
<AnimationGroup parentKey="StarAnim">
<Rotation targetKey="$parent.$parent.Star" degrees="-90" duration="0.9" order="1"/>
<Alpha targetKey="$parent.$parent.Star" duration="0.3667" order="1"/>
<Alpha targetKey="$parent.$parent.Star" duration="0.5333" order="2"/>
</AnimationGroup>
</Animations>
</Frame>
</Ui>