aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/animator/fade_out.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/animator/fade_out.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/animator/fade_out.xml b/src/main/res/animator/fade_out.xml
new file mode 100644
index 000000000..d5912c116
--- /dev/null
+++ b/src/main/res/animator/fade_out.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <alpha xmlns:android="http://schemas.android.com/apk/res/android"
+ android:duration="200"
+ android:fromAlpha="1.0"
+ android:interpolator="@android:anim/anticipate_interpolator"
+ android:toAlpha="0.0" />
+</set> \ No newline at end of file