summaryrefslogtreecommitdiff
path: root/platform/android/res/animator/info.xml
blob: 9085a9eec4388dfaf8171c5764270544bbe9f8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
	android:ordering="sequentially" >

	<objectAnimator
		android:propertyName="alpha"
		android:valueFrom="0.0"
		android:valueTo="1.0"
		android:duration="200" />

	<objectAnimator
		android:propertyName="alpha"
		android:valueTo="1.0"
		android:duration="800" />

	<objectAnimator
		android:propertyName="alpha"
		android:valueTo="0.0"
		android:duration="400" />
</set>