mpviewplugins/mpcollectionviewplugin/resources/slide_in_to_top_and_fade_in.fxml
changeset 41 ea59c434026a
parent 32 c163ef0b758d
child 42 79c49924ae23
--- a/mpviewplugins/mpcollectionviewplugin/resources/slide_in_to_top_and_fade_in.fxml	Fri Jun 11 13:36:36 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-<layers>
-    <visual>
-
-        <param name="translation_y" 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.height">.3</start>
-            <end ref="visual.top">1</end>
-        </param>
-
-        <param name="opacity" type="anim">
-            <duration>.6</duration>
-            <!--style>inoutcubic</style-->
-	          <keyframe at="0.0">0.0</keyframe>
-	          <keyframe at="1.0">1.0</keyframe>
-	      </param>
-
-    </visual>
-</layers>
\ No newline at end of file