data/fullscreenzoomout.fxml
changeset 62 36d93b4dc635
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/fullscreenzoomout.fxml	Sat Sep 04 11:36:24 2010 +0530
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<layers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:noNamespaceSchemaLocation="http://www.nokia.com/FXML/10.1">
+	<comment>Created using carbide.fx 1.5.0;  FxML revision 0.84; Platform 10.1 </comment>
+	<visual src="Item">
+		<param name="scale_x" type="anim">
+			<style>linear</style>
+			<duration>0.4</duration>
+			<keyframe at="0.0">0.1</keyframe>
+			<keyframe at="1.0">1.0</keyframe>
+		</param>
+		<param name="scale_origin_x" ref="visual.width">0.5</param>
+		<param name="scale_origin_y" ref="visual.height">0.5</param>
+		<param name="scale_y" type="anim">
+			<style>linear</style>
+			<duration>0.4</duration>
+			<keyframe at="0.0">0.1</keyframe>
+			<keyframe at="1.0">1.0</keyframe>
+		</param>
+		<param name="opacity" type="anim">
+			<style>linear</style>
+			<duration>0.4</duration>
+			<keyframe at="0.0">0.0</keyframe>
+			<keyframe at="1.0">1.0</keyframe>
+		</param>
+	</visual>
+</layers>
\ No newline at end of file