diff options
Diffstat (limited to 'app/src/custom/res/animator')
-rw-r--r-- | app/src/custom/res/animator/alpha2.xml | 10 | ||||
-rw-r--r-- | app/src/custom/res/animator/alpha3.xml | 4 |
2 files changed, 14 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 diff --git a/app/src/custom/res/animator/alpha3.xml b/app/src/custom/res/animator/alpha3.xml new file mode 100644 index 00000000..d05f36c2 --- /dev/null +++ b/app/src/custom/res/animator/alpha3.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<set xmlns:android="http://schemas.android.com/apk/res/android"> + +</set>
\ No newline at end of file |