qtinternetradio/ui/resources/effect/viewchangeeffects_hide.fxml
changeset 3 ee64f059b8e1
parent 2 2e1adbfc62af
child 4 3f2d53f144fe
child 5 0930554dc389
--- a/qtinternetradio/ui/resources/effect/viewchangeeffects_hide.fxml	Mon May 03 12:25:23 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-<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