aboutsummaryrefslogtreecommitdiffstats
path: root/res/anim/slide_right_out.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/slide_right_out.xml')
-rw-r--r--res/anim/slide_right_out.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/anim/slide_right_out.xml b/res/anim/slide_right_out.xml
new file mode 100644
index 0000000..f8df69a
--- /dev/null
+++ b/res/anim/slide_right_out.xml
@@ -0,0 +1,4 @@
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <translate android:fromXDelta="0" android:toXDelta="100%p" android:duration="300"/>
+ <!-- <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" /> -->
+</set>