<?xml version="1.0" encoding="UTF-8"?>
<component name="TXEFF">
	<properties>
		<!-- the instance name of the target text field -->
	    <_targetInstanceName>
			<type>String</type>
			<value>myTextField</value>
		</_targetInstanceName>
		<!-- if true, the effect starts automatically -->
	    <autoPlay>
	        <type>Boolean</type>
	        <value>true</value>
	    </autoPlay>
		<!-- the name of the effect that will be applied on the text -->
	    <patternName>
	        <type>String</type>
	        <value>Alpha</value>
	    </patternName>
		<!-- the pattern's preset that will be used -->
	    <preset>
	        <type>Number</type>
	        <value>9</value>
	    </preset>
		<!-- the action that the effect will perform: display the text or hide the text -->
		<transitionType>
			<type>String</type>
			<value>show</value>
		</transitionType>
		<!-- the type of tween that the effect will use -->
	    <tweenType>
	        <type>String</type>
	        <value>Bounce</value>
	    </tweenType>
		<!-- the type of easing used by the animation tween -->
		<easeType>
	        <type>String</type>
	        <value>easeOut</value>
	    </easeType>
		<!-- how much time (in seconds) the effect will last -->
		<tweenduration>
	        <type>Number</type>
	        <value>5</value>
	    </tweenduration>
	</properties>
</component>
