Some Style Progress…

// May 29th, 2008 // design

Old Nifty XML – pretty ugly

 

Nifty XML with Style – a lot better :)

 

Nifty XML Style Definition

<!-- main menu style -->
<!--
  <attributes childLayout="vertical" align="center" valign="center" height="50%" />

  <effect>
    <onStartScreen name="hide" length="500" inherit="true" startDelay="1000" />
    <onStartScreen name="fade" startColor="#fff0" endColor="#ffff" length="1000" startDelay="500" inherit="true" />
    <onEndScreen name="fade" startColor="#ffff" endColor="#fff0" length="500" inherit="true" />
  </effect>
-->
 
<!-- menu item style -->
<!--
  <attributes align="center" />

  <hover width="200%" falloffConstraint="horizontal" />
  <effect>
    <onFocus name="pulsate" hoverWidth="200%" width="200%" period="500" startColor="#3c000000" endColor="#ff7c00ff" timeType="infinite" cycle="false" />
  </effect>
-->

:D

Leave a Reply