From 43c0a28db7e43959561036dbde0eb5cb37a7e324 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期五, 10 五月 2024 18:25:40 +0800 Subject: [PATCH] 2024年05月10日18:25:29 --- app/src/main/res/anim/dcloud_unimp_host_open_enter.xml | 19 ++++++++----------- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/anim/dcloud_unimp_host_open_enter.xml b/app/src/main/res/anim/dcloud_unimp_host_open_enter.xml index 97e86f0..2b148e2 100644 --- a/app/src/main/res/anim/dcloud_unimp_host_open_enter.xml +++ b/app/src/main/res/anim/dcloud_unimp_host_open_enter.xml @@ -1,12 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <alpha - android:duration="300" - android:fromAlpha="0" - android:toAlpha="1.0" /> - <translate - android:duration="300" - android:fromXDelta="100%p" - android:interpolator="@android:anim/accelerate_interpolator" - android:toXDelta="0" /> -</set> \ No newline at end of file +<translate xmlns:android="http://schemas.android.com/apk/res/android" + android:duration="10" + android:fromXDelta="0%p" + android:toXDelta="0%p" /> + + + + -- Gitblit v1.8.0