qtinternetradio/ui/resources/effect/viewchangeeffects_hide.fxml
changeset 0 09774dfdd46b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtinternetradio/ui/resources/effect/viewchangeeffects_hide.fxml	Mon Apr 19 14:01:53 2010 +0300
@@ -0,0 +1,21 @@
+<layers>
+    <visual>
+
+        <param name="translation_x" type="anim">
+            <duration>.6</duration>
+            <!--style>inoutcubic</style-->
+            <keyframe at="0.0">0.0</keyframe>
+            <keyframe at="1.0">1.0</keyframe>
+            <start ref="visual.left">1</start>
+            <end ref="visual.right">-0.6</end>
+        </param>
+        
+        <param name="opacity" type="anim">
+            <duration>.6</duration>
+            <!--style>inoutcubic</style-->
+	          <keyframe at="0.0">1.0</keyframe>
+	          <keyframe at="1.0">0.0</keyframe>
+	      </param>
+	      
+    </visual>
+</layers>
\ No newline at end of file