Alive your texts with awesome text animation that cut textfield into separated characters (letters) and bubble them.
No actionscript knowledge needed at all. There is ready to use SWF file. Just edit XML and run in!
It is XML configurable. You can easily:- set your own text
- set text color, size
- set one of the nine possible text alignment
- change duration of each phase of animation (intro, outro, etc.)
- create text animation chain
- change blur radius, outro text size, quality, amplitude, frequency, flow length
- slide-show dimensions, background color or background image
Simple FLA file editing is needed to change font type.
Here is the part of XML file:
<slides ...>
...
<slide>
<time intro="1" delay="0.1" outro="0.7" live="1" />
<placement horizontalalign="center" verticalalign="center" />
<font size="24" color="0xFFFFFF">
<fx blurquality="1" outroscale="1.2" flow="40" amplitude="20" outroblur="12" frequency="8" />
<text>Scale Text Animation</text>
</font></slide>
...
</slides>
