Files
moshidon/mastodon/src/main/res/anim/fade_out_fast.xml
2023-06-04 02:04:55 +03:00

6 lines
257 B
XML

<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="200"
android:interpolator="@interpolator/m3_sys_motion_easing_standard_decelerate"
android:fromAlpha="1.0"
android:toAlpha="0.0"/>