Mercurial > wow > buffalo2
diff Veneer.xml @ 88:b107b4df7eb6
- core:DynamicReanchor
- top-down evaluation of clustered frames
- core:InternalReanchor(module)
- bottom-up evaluation of target and frames anchored to it
author | Nenue |
---|---|
date | Thu, 20 Oct 2016 04:08:11 -0400 |
parents | 16b300d96724 |
children | 6e2cb847c3c6 |
line wrap: on
line diff
--- a/Veneer.xml Wed Oct 19 16:51:17 2016 -0400 +++ b/Veneer.xml Thu Oct 20 04:08:11 2016 -0400 @@ -16,6 +16,19 @@ <Color a="1" r="1" g="0.4" b="0" /> </Font> + <Frame name="VeneerAnimations" virtual="true"> + + <Animations> + <AnimationGroup parentKey="BlockFade" looping="NONE" setToFinalAlpha="false"> + <Alpha parentKey="alpha" order="1" duration="1" fromAlpha="0.5" toAlpha="1" /> + <Scripts> + <OnPlay> + VeneerAnimationMixin.OnPlay(self) + </OnPlay> + </Scripts> + </AnimationGroup> + </Animations> + </Frame> <Frame name="VeneerMixinScripts" virtual="true"> <Scripts>