Files
yusheng-android/BaseModule/src/main/res/anim/up_down_animation.xml
梁小江 0dd7c367cb 1:添加cp进场动画效果
2:修改cp礼物弹框
3:添加组成cp后进入心动空间跳转
2025-11-24 18:48:14 +08:00

11 lines
416 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false">
<translate
android:duration="2000"
android:fromYDelta="0"
android:toYDelta="-20"
android:repeatCount="infinite"
android:repeatMode="reverse"
android:interpolator="@android:anim/accelerate_decelerate_interpolator" />
</set>