clock/data/effects/fade_out.fxml
branchRCL_3
changeset 65 12af337248b1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clock/data/effects/fade_out.fxml	Tue Aug 31 15:13:43 2010 +0300
@@ -0,0 +1,10 @@
+<layers>
+	<visual>
+		<param name="opacity" type="anim">
+			<duration>0.7</duration>
+			<style>linear</style>
+			<keyframe at="0.0">1.0</keyframe>
+			<keyframe at="0.7">0.0</keyframe>
+		</param>
+	</visual>
+</layers>
\ No newline at end of file