aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/fade_out_delayed.xml
blob: a895bdedd7437be9bd69978515b24c01f362cf16 (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="1.0" android:toAlpha="0.0"
        android:interpolator="@android:anim/accelerate_interpolator"
        android:duration="300"
        android:startOffset="400"
        />
</set>