summaryrefslogtreecommitdiff
path: root/app/src/custom/res/animator/alpha4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/animator/alpha4.xml')
-rw-r--r--app/src/custom/res/animator/alpha4.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/custom/res/animator/alpha4.xml b/app/src/custom/res/animator/alpha4.xml
new file mode 100644
index 00000000..75dc9c78
--- /dev/null
+++ b/app/src/custom/res/animator/alpha4.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <objectAnimator
+ android:propertyName="alpha"
+ android:duration="1000"
+ android:startOffset="4000"
+ android:valueFrom="1"
+ android:valueTo="0" />
+</set>
+