File: /home/iestorre/www/modules/mod_smartcountdown/fx/Text_opacity.xml
<?xml version="1.0" encoding="utf-8"?>
<config
name="Text opacity"
description="Text opacity effect. Scalable, font CSS options (style, family, weight) may be defined in Digits Style(s)">
<digit scope="*">
<styles>
<style name="font-size" unit="px" value="50" scalable="1" />
<style name="line-height" unit="em" value="1" />
<style name="height" unit="em" value="1" scalable="0" />
<style name="width" unit="em" value="0.6" scalable="0" />
</styles>
<modes>
<mode name="down">
<group duration="300">
<element
tag="div"
content_type="txt"
value_type="prev">
<styles>
<left>0</left>
<right>0</right>
<margin>0 auto</margin>
<text-align>center</text-align>
</styles>
<tweens>
<opacity>1,0</opacity>
</tweens>
</element>
<element
tag="div"
content_type="txt"
value_type="next">
<styles>
<opacity>0</opacity>
<top>-10000px</top>
<left>0</left>
<right>0</right>
<margin>0 auto</margin>
<text-align>center</text-align>
</styles>
<tweens>
<opacity>0,1</opacity>
<top>0,0</top>
</tweens>
</element>
</group>
</mode>
<mode name="up">
<group duration="200">
<element
tag="div"
content_type="txt"
value_type="prev">
<styles>
<left>0</left>
<right>0</right>
<margin>0 auto</margin>
<text-align>center</text-align>
</styles>
<tweens>
<opacity>1,0</opacity>
</tweens>
</element>
<element
tag="div"
content_type="txt"
value_type="next">
<styles>
<opacity>0</opacity>
<top>-10000px</top>
<left>0</left>
<right>0</right>
<margin>0 auto</margin>
<text-align>center</text-align>
</styles>
<tweens>
<opacity>0,1</opacity>
<top>0,0</top>
</tweens>
</element>
</group>
</mode>
</modes>
</digit>
</config>