summaryrefslogtreecommitdiff
path: root/data/res/anim/wallpaper_close_enter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/anim/wallpaper_close_enter.xml')
-rw-r--r--data/res/anim/wallpaper_close_enter.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/data/res/anim/wallpaper_close_enter.xml b/data/res/anim/wallpaper_close_enter.xml
index 7256a3c1..081aee1e 100644
--- a/data/res/anim/wallpaper_close_enter.xml
+++ b/data/res/anim/wallpaper_close_enter.xml
@@ -22,13 +22,14 @@
<alpha android:fromAlpha="0" android:toAlpha="1.0"
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
- android:interpolator="@interpolator/decelerate_quart"
- android:startOffset="300"
- android:duration="167"/>
+ android:interpolator="@interpolator/linear"
+ android:duration="133"/>
- <translate android:fromYDelta="110%" android:toYDelta="0"
+ <scale android:fromXScale="70%" android:toXScale="100%"
+ android:fromYScale="70%" android:toYScale="100%"
+ android:pivotX="50%"
+ android:pivotY="50%"
android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
- android:interpolator="@interpolator/decelerate_quint"
- android:startOffset="300"
- android:duration="417" />
-</set> \ No newline at end of file
+ android:interpolator="@interpolator/linear_out_slow_in"
+ android:duration="275" />
+</set>