Merge "Align the duration of task exit animation to enter animation" into sc-v2-dev am: 2160b3d75f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15972578

Change-Id: Ia6fc64399c0296860c14248c19b55054f48e5f11
This commit is contained in:
Riddle Hsu
2021-10-04 17:11:39 +00:00
committed by Automerger Merge Worker
4 changed files with 4 additions and 24 deletions

View File

@@ -28,9 +28,4 @@
android:startOffset="0"
android:duration="500"/>
<!-- This is needed to keep the animation running while task_open_enter completes -->
<alpha
android:fromAlpha="1.0"
android:toAlpha="1.0"
android:duration="600"/>
</set>
</set>

View File

@@ -28,9 +28,4 @@
android:startOffset="0"
android:duration="500"/>
<!-- This is needed to keep the animation running while task_open_enter completes -->
<alpha
android:fromAlpha="1.0"
android:toAlpha="1.0"
android:duration="600"/>
</set>
</set>

View File

@@ -30,9 +30,4 @@
android:startOffset="0"
android:duration="500"/>
<!-- This is needed to keep the animation running while task_open_enter completes -->
<alpha
android:fromAlpha="1.0"
android:toAlpha="1.0"
android:duration="600"/>
</set>
</set>

View File

@@ -30,9 +30,4 @@
android:startOffset="0"
android:duration="500"/>
<!-- This is needed to keep the animation running while task_open_enter completes -->
<alpha
android:fromAlpha="1.0"
android:toAlpha="1.0"
android:duration="600"/>
</set>
</set>