aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/fade_in_delayed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/anim/fade_in_delayed.xml')
-rw-r--r--OpenKeychain/src/main/res/anim/fade_in_delayed.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/anim/fade_in_delayed.xml b/OpenKeychain/src/main/res/anim/fade_in_delayed.xml
new file mode 100644
index 000000000..3f2887b5e
--- /dev/null
+++ b/OpenKeychain/src/main/res/anim/fade_in_delayed.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
+ android:interpolator="@android:anim/bounce_interpolator"
+ android:duration="700"
+ android:startOffset="400"
+ />
+</set>