summaryrefslogtreecommitdiff
path: root/app/src/custom/res/animator/alpha2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/animator/alpha2.xml')
-rw-r--r--app/src/custom/res/animator/alpha2.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/custom/res/animator/alpha2.xml b/app/src/custom/res/animator/alpha2.xml
new file mode 100644
index 00000000..bf997dea
--- /dev/null
+++ b/app/src/custom/res/animator/alpha2.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="fillAlpha"
+ android:valueFrom="0"
+ android:valueTo="1"
+ android:startOffset="200"
+ android:duration="250"
+ android:interpolator="@android:interpolator/linear" />
+</set> \ No newline at end of file