You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.2 KiB

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<Script file="TemporaryEnchant.lua"/>
<Frame name="NarciSimpleTempEnchantIndicatorTemplate" mixin="NarciTempEnchantIndicatorMixin" virtual="true" useParentLevel="true">
<Size x="24" y="24"/>
<Layers>
<Layer level="OVERLAY" textureSubLevel="2">
<Texture parentKey="Icon">
<Size x="12" y="12"/>
<TexCoords left="0.075" right="0.925" top="0.075" bottom="0.925"/>
<Anchors>
<Anchor point="LEFT" y="0"/>
</Anchors>
</Texture>
<FontString parentKey="BuffDuration" inherits="NarciFontNormal10White" justifyH="LEFT" justifyV="MIDDLE" text="--:--">
<Size x="0" y="0"/>
<Color r="0.66" g="0.66" b="0.66"/>
<Anchors>
<Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" x="16" y="0"/>
</Anchors>
</FontString>
</Layer>
<Layer level="OVERLAY" textureSubLevel="3">
<Texture parentKey="Highlight" file="Interface\AddOns\Narcissus\Art\Border\TempEnchantHighlight" hidden="true">
<Size x="24" y="24"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent.Icon" relativePoint="CENTER"/>
</Anchors>
<Animations>
<AnimationGroup parentKey="Glow">
<Alpha fromAlpha="0" toAlpha="1" duration="0.15" order="1"/>
<Alpha startDelay="0.5" fromAlpha="1" toAlpha="0" duration="0.85" order="2"/>
<Scripts>
<OnFinished>
self:GetParent():Hide();
</OnFinished>
</Scripts>
</AnimationGroup>
</Animations>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnHide method="OnHide"/>
</Scripts>
</Frame>
</Ui>