aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/main/res/animator/fade_out.xml
blob: fc4e8c44289920b69300f03b09756f50f39734c2 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <objectAnimator
        android:valueFrom="1"
        android:valueTo="0"
        android:propertyName="alpha"
        android:duration="150" />
</set>