mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
9 lines
365 B
XML
9 lines
365 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:interpolator="@interpolator/m3_sys_motion_easing_emphasized_accelerate"
|
|
android:duration="@integer/m3_sys_motion_duration_short3"
|
|
android:shareInterpolator="true">
|
|
<alpha
|
|
android:fromAlpha="1"
|
|
android:toAlpha="0"/>
|
|
</set>
|