jimu-decompiled/resources/res/anim/rotate_hide.xml
2025-05-13 19:24:51 +02:00

14 lines
439 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
android:duration="400"
android:shareInterpolator="true"
android:fillAfter="true">
<rotate
android:fromDegrees="0"
android:toDegrees="-15"/>
<translate
android:fromYDelta="0"
android:toYDelta="100%p"/>
</set>