summaryrefslogtreecommitdiffstats
path: root/res/anim/slideshow_out.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/slideshow_out.xml')
-rw-r--r--res/anim/slideshow_out.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/anim/slideshow_out.xml b/res/anim/slideshow_out.xml
new file mode 100644
index 0000000..5438e17
--- /dev/null
+++ b/res/anim/slideshow_out.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:interpolator/accelerate_quad"
+ android:fromAlpha="1.0"
+ android:toAlpha="0.0"
+ android:duration="1500"
+/>