summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/anim/recents_from_launcher_exit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/anim/recents_from_launcher_exit.xml')
-rw-r--r--packages/SystemUI/res/anim/recents_from_launcher_exit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/anim/recents_from_launcher_exit.xml b/packages/SystemUI/res/anim/recents_from_launcher_exit.xml
index becc9d0..b0f8807 100644
--- a/packages/SystemUI/res/anim/recents_from_launcher_exit.xml
+++ b/packages/SystemUI/res/anim/recents_from_launcher_exit.xml
@@ -23,6 +23,6 @@
<alpha android:fromAlpha="1.0" android:toAlpha="0.0"
android:fillEnabled="true"
android:fillBefore="true" android:fillAfter="true"
- android:interpolator="@android:interpolator/decelerate_cubic"
- android:duration="250"/>
+ android:interpolator="@android:interpolator/fast_out_slow_in"
+ android:duration="100"/>
</set>