From dc6f79bf4374f2fcea2b9d4d0aa7f2e39cc42456 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Tue, 17 Apr 2012 17:27:31 -0700 Subject: Updating activity/task transition animations. Change-Id: I0d4295d269222310a5a6594fb379b9592dd9ced0 --- core/res/res/anim/activity_close_enter.xml | 9 +------- core/res/res/anim/activity_close_exit.xml | 10 ++++---- core/res/res/anim/activity_open_enter.xml | 10 ++++---- core/res/res/anim/activity_open_exit.xml | 11 ++------- core/res/res/anim/lock_screen_behind_enter.xml | 8 ------- core/res/res/anim/lock_screen_exit.xml | 4 ++-- .../anim/lock_screen_wallpaper_behind_enter.xml | 8 ------- core/res/res/anim/task_close_enter.xml | 21 ++++++++++------- core/res/res/anim/task_close_exit.xml | 27 +++++++++++----------- core/res/res/anim/task_open_enter.xml | 10 ++++---- core/res/res/anim/task_open_exit.xml | 17 +++++++++----- core/res/res/anim/wallpaper_close_enter.xml | 12 ++++------ core/res/res/anim/wallpaper_close_exit.xml | 13 +---------- core/res/res/anim/wallpaper_open_enter.xml | 11 +-------- core/res/res/anim/wallpaper_open_exit.xml | 13 ++++------- 15 files changed, 70 insertions(+), 114 deletions(-) (limited to 'core/res') diff --git a/core/res/res/anim/activity_close_enter.xml b/core/res/res/anim/activity_close_enter.xml index c759a83..84e4a19 100644 --- a/core/res/res/anim/activity_close_enter.xml +++ b/core/res/res/anim/activity_close_enter.xml @@ -20,12 +20,5 @@ - - + android:duration="300"/> \ No newline at end of file diff --git a/core/res/res/anim/activity_close_exit.xml b/core/res/res/anim/activity_close_exit.xml index 384810f..32f6d38 100644 --- a/core/res/res/anim/activity_close_exit.xml +++ b/core/res/res/anim/activity_close_exit.xml @@ -22,11 +22,11 @@ - + + android:duration="300"/> \ No newline at end of file diff --git a/core/res/res/anim/activity_open_enter.xml b/core/res/res/anim/activity_open_enter.xml index 744153d..c92f000 100644 --- a/core/res/res/anim/activity_open_enter.xml +++ b/core/res/res/anim/activity_open_enter.xml @@ -24,12 +24,12 @@ android:interpolator="@interpolator/decelerate_cubic" android:fillEnabled="true" android:fillBefore="false" android:fillAfter="false" - android:duration="@android:integer/config_shortAnimTime"/> - + + android:duration="300"/> \ No newline at end of file diff --git a/core/res/res/anim/activity_open_exit.xml b/core/res/res/anim/activity_open_exit.xml index 58e8816..d7bfe82 100644 --- a/core/res/res/anim/activity_open_exit.xml +++ b/core/res/res/anim/activity_open_exit.xml @@ -18,15 +18,8 @@ --> - - - + android:duration="300"/> \ No newline at end of file diff --git a/core/res/res/anim/lock_screen_behind_enter.xml b/core/res/res/anim/lock_screen_behind_enter.xml index 78b7d29..cb47b3c 100644 --- a/core/res/res/anim/lock_screen_behind_enter.xml +++ b/core/res/res/anim/lock_screen_behind_enter.xml @@ -19,14 +19,6 @@ - - - + - + + android:startOffset="350" + android:duration="400"/> \ No newline at end of file diff --git a/core/res/res/anim/task_close_exit.xml b/core/res/res/anim/task_close_exit.xml index ffbd38a..485c91d 100644 --- a/core/res/res/anim/task_close_exit.xml +++ b/core/res/res/anim/task_close_exit.xml @@ -19,17 +19,18 @@ - - - - + + + + + \ No newline at end of file diff --git a/core/res/res/anim/task_open_enter.xml b/core/res/res/anim/task_open_enter.xml index d64f856..8341806 100644 --- a/core/res/res/anim/task_open_enter.xml +++ b/core/res/res/anim/task_open_enter.xml @@ -19,16 +19,16 @@ - + android:interpolator="@interpolator/decelerate_quad" + android:startOffset="400" + android:duration="300" /> \ No newline at end of file diff --git a/core/res/res/anim/task_open_exit.xml b/core/res/res/anim/task_open_exit.xml index 19f92c0..af1a4a9 100644 --- a/core/res/res/anim/task_open_exit.xml +++ b/core/res/res/anim/task_open_exit.xml @@ -22,14 +22,19 @@ - + + android:interpolator="@interpolator/accelerate_quad" + android:duration="500" /> + + + android:interpolator="@interpolator/accelerate_quad" + android:duration="700" /> \ No newline at end of file diff --git a/core/res/res/anim/wallpaper_close_enter.xml b/core/res/res/anim/wallpaper_close_enter.xml index 1ca5c0c..981923a 100644 --- a/core/res/res/anim/wallpaper_close_enter.xml +++ b/core/res/res/anim/wallpaper_close_enter.xml @@ -19,16 +19,14 @@ - + android:interpolator="@interpolator/decelerate_cubic" + android:duration="300" /> \ No newline at end of file diff --git a/core/res/res/anim/wallpaper_close_exit.xml b/core/res/res/anim/wallpaper_close_exit.xml index 987fd89..a91eb49 100644 --- a/core/res/res/anim/wallpaper_close_exit.xml +++ b/core/res/res/anim/wallpaper_close_exit.xml @@ -19,17 +19,6 @@ - - - + android:duration="300" /> \ No newline at end of file diff --git a/core/res/res/anim/wallpaper_open_enter.xml b/core/res/res/anim/wallpaper_open_enter.xml index 6fdbd40..ee7ab60 100644 --- a/core/res/res/anim/wallpaper_open_enter.xml +++ b/core/res/res/anim/wallpaper_open_enter.xml @@ -19,16 +19,7 @@ - - \ No newline at end of file diff --git a/core/res/res/anim/wallpaper_open_exit.xml b/core/res/res/anim/wallpaper_open_exit.xml index 1804fa8..8a2582e 100644 --- a/core/res/res/anim/wallpaper_open_exit.xml +++ b/core/res/res/anim/wallpaper_open_exit.xml @@ -20,16 +20,13 @@ - - - + android:duration="300" /> \ No newline at end of file -- cgit v1.1