res: add fade_in and fade_out animations for dog park entry

This commit is contained in:
xfy 2026-06-16 15:43:27 +08:00
parent 3ab50ec900
commit 1e43638fbc
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="400"
android:fromAlpha="0.0"
android:interpolator="@android:interpolator/fast_out_slow_in"
android:toAlpha="1.0" />

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="300"
android:fromAlpha="1.0"
android:interpolator="@android:interpolator/fast_out_slow_in"
android:toAlpha="0.0" />