Files
Foodify-Shipper/aestheticdialogs/src/main/res/anim/animate_fade_exit.xml
T
2023-04-23 14:54:30 +07:00

6 lines
278 B
XML

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