<Motion duration="60" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
	<source>
		<Source frameRate="30" x="99.5" y="55.5" scaleX="2" scaleY="2" rotation="0" elementType="movie clip" instanceName="abc" symbolName="Symbol 1">
			<dimensions>
				<geom:Rectangle left="-97" top="-50" width="97" height="50"/>
			</dimensions>
			<transformationPoint>
				<geom:Point x="0.5" y="0.5"/>
			</transformationPoint>
		</Source>
	</source>

	<effect_config>
		<config_item display_name="Intial zoom:" >
			<effect_property type="number" property_value="ZOOM1" default_value="100" valid_range="{{0,10000}}"  decimal_places="0"  modifiers= "{offset:0,multiplier:0.01}" increment="1" unit="%">
			</effect_property>
		</config_item>

		<config_item display_name="Final zoom:" >
			<effect_property type="number" property_value="ZOOM2" default_value="50" valid_range="{{0,10000}}"  decimal_places=""  modifiers= "{offset:0,multiplier:0.01}" increment="1" unit="%">
			</effect_property>
		</config_item>
	</effect_config>

	
	<Keyframe index="0" tweenSnap="true" tweenSync="true" scaleX="ZOOM1" scaleY="ZOOM1">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
	</Keyframe>


	<Keyframe index="59" tweenSnap="true" tweenSync="true" scaleX="ZOOM2" scaleY="ZOOM2">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
	</Keyframe>
</Motion>