Newer
Older
react-native-device-info / android / build / intermediates / res / merged / release / anim / catalyst_fade_in.xml
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
           android:duration="@android:integer/config_shortAnimTime"
           android:interpolator="@android:anim/accelerate_interpolator"
           android:fromAlpha="0.0"
           android:toAlpha="1.0"
    />