From 14e4d323657f0a2ec0ed02439418448ebe5e0011 Mon Sep 17 00:00:00 2001 From: SYH <1017401752@qq.com> Date: Tue, 17 Dec 2024 12:57:34 +0800 Subject: [PATCH] 2 --- .../main/res/anim/anim_act_importbook_in.xml | 6 +++-- .../main/res/anim/anim_act_importbook_out.xml | 6 +++-- app/src/main/res/anim/anim_bookshelf_item.xml | 8 +++---- .../main/res/anim/anim_pop_chapterlist_in.xml | 8 +++---- .../res/anim/anim_pop_chapterlist_out.xml | 10 ++++---- .../res/anim/anim_pop_checkaddshelf_in.xml | 13 +++++++++-- .../res/anim/anim_pop_checkaddshelf_out.xml | 23 +++++++++++-------- .../main/res/anim/anim_pop_moresetting_in.xml | 9 ++++---- 8 files changed, 50 insertions(+), 33 deletions(-) diff --git a/app/src/main/res/anim/anim_act_importbook_in.xml b/app/src/main/res/anim/anim_act_importbook_in.xml index 778ccd0..e39c783 100644 --- a/app/src/main/res/anim/anim_act_importbook_in.xml +++ b/app/src/main/res/anim/anim_act_importbook_in.xml @@ -1,7 +1,9 @@ - + + android:duration="500"> + + \ No newline at end of file diff --git a/app/src/main/res/anim/anim_act_importbook_out.xml b/app/src/main/res/anim/anim_act_importbook_out.xml index 9715139..3ebb3c5 100644 --- a/app/src/main/res/anim/anim_act_importbook_out.xml +++ b/app/src/main/res/anim/anim_act_importbook_out.xml @@ -1,7 +1,9 @@ - + + android:duration="500"> + + \ No newline at end of file diff --git a/app/src/main/res/anim/anim_bookshelf_item.xml b/app/src/main/res/anim/anim_bookshelf_item.xml index 8a20cda..425eba5 100644 --- a/app/src/main/res/anim/anim_bookshelf_item.xml +++ b/app/src/main/res/anim/anim_bookshelf_item.xml @@ -1,7 +1,7 @@ - + + android:duration="600"> + android:fromYDelta="100%" + android:toYDelta="0"/> \ No newline at end of file diff --git a/app/src/main/res/anim/anim_pop_chapterlist_in.xml b/app/src/main/res/anim/anim_pop_chapterlist_in.xml index b0bcc5a..a0e26d3 100644 --- a/app/src/main/res/anim/anim_pop_chapterlist_in.xml +++ b/app/src/main/res/anim/anim_pop_chapterlist_in.xml @@ -1,6 +1,6 @@ - + - + android:duration="200"> + + android:toXDelta="0"/> \ No newline at end of file diff --git a/app/src/main/res/anim/anim_pop_chapterlist_out.xml b/app/src/main/res/anim/anim_pop_chapterlist_out.xml index 6d294e7..4713bb6 100644 --- a/app/src/main/res/anim/anim_pop_chapterlist_out.xml +++ b/app/src/main/res/anim/anim_pop_chapterlist_out.xml @@ -1,6 +1,6 @@ - - - + + + android:duration="200"> + + android:toXDelta="-100%"/> \ No newline at end of file diff --git a/app/src/main/res/anim/anim_pop_checkaddshelf_in.xml b/app/src/main/res/anim/anim_pop_checkaddshelf_in.xml index 9085b7e..07e6e8a 100644 --- a/app/src/main/res/anim/anim_pop_checkaddshelf_in.xml +++ b/app/src/main/res/anim/anim_pop_checkaddshelf_in.xml @@ -1,12 +1,21 @@ - + + + android:duration="300"> + android:fromYScale="0.6" + android:toXScale="1.0" + android:toYScale="1.0" + android:pivotX="50%" + android:pivotY="50%"/> + android:toAlpha="1"/> \ No newline at end of file diff --git a/app/src/main/res/anim/anim_pop_checkaddshelf_out.xml b/app/src/main/res/anim/anim_pop_checkaddshelf_out.xml index bd2d3a6..c6161b4 100644 --- a/app/src/main/res/anim/anim_pop_checkaddshelf_out.xml +++ b/app/src/main/res/anim/anim_pop_checkaddshelf_out.xml @@ -1,12 +1,15 @@ - + + - - + android:duration="300"> + + + android:fromYScale="1.0" + android:toXScale="0.6" + android:toYScale="0.6" + android:pivotX="50%" + android:pivotY="50%"/> + + + android:toAlpha="0"/> \ No newline at end of file diff --git a/app/src/main/res/anim/anim_pop_moresetting_in.xml b/app/src/main/res/anim/anim_pop_moresetting_in.xml index 161eabc..a92bb3c 100644 --- a/app/src/main/res/anim/anim_pop_moresetting_in.xml +++ b/app/src/main/res/anim/anim_pop_moresetting_in.xml @@ -1,6 +1,7 @@ - + + - + android:duration="200"> + + android:toXDelta="0"/> \ No newline at end of file