diff options
author | cyberta <cyberta@riseup.net> | 2022-12-06 04:07:50 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-06 04:07:50 +0100 |
commit | 16d41d3df2c2405c9f716675841c53c41fbf8400 (patch) | |
tree | 8ddf58789189bf91651d33d76d6b59ae145561a7 /app/src/custom/res/animator | |
parent | ec380e8b8913835cc50448aa51b75b3925644957 (diff) |
repeat connecting animation, fade out before restarting
Diffstat (limited to 'app/src/custom/res/animator')
-rw-r--r-- | app/src/custom/res/animator/alpha4.xml | 10 |
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> + |