aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/fade_in_delayed.xml
blob: 3f2887b5e01b8e23021382f64f444c83d797e4b3 (plain)
1
2
3
4
5
6
7
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>