comparison 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
comparison
equal deleted inserted replaced
87:27db212af783 88:b107b4df7eb6
14 <Font name="VeneerHeaderFont" font="Fonts\FRIZQT__.TTF" outline="THICK" height="14" /> 14 <Font name="VeneerHeaderFont" font="Fonts\FRIZQT__.TTF" outline="THICK" height="14" />
15 <Font name="VeneerHeader2Font" font="Fonts\FRIZQT__.TTF" outline="THICK" height="14"> 15 <Font name="VeneerHeader2Font" font="Fonts\FRIZQT__.TTF" outline="THICK" height="14">
16 <Color a="1" r="1" g="0.4" b="0" /> 16 <Color a="1" r="1" g="0.4" b="0" />
17 </Font> 17 </Font>
18 18
19 <Frame name="VeneerAnimations" virtual="true">
20
21 <Animations>
22 <AnimationGroup parentKey="BlockFade" looping="NONE" setToFinalAlpha="false">
23 <Alpha parentKey="alpha" order="1" duration="1" fromAlpha="0.5" toAlpha="1" />
24 <Scripts>
25 <OnPlay>
26 VeneerAnimationMixin.OnPlay(self)
27 </OnPlay>
28 </Scripts>
29 </AnimationGroup>
30 </Animations>
31 </Frame>
19 32
20 <Frame name="VeneerMixinScripts" virtual="true"> 33 <Frame name="VeneerMixinScripts" virtual="true">
21 <Scripts> 34 <Scripts>
22 <OnLoad method="OnLoad" /> 35 <OnLoad method="OnLoad" />
23 <OnEvent method="OnEvent" /> 36 <OnEvent method="OnEvent" />