File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
library/src/main/res/anim Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
3
3
<alpha xmlns : android =" http://schemas.android.com/apk/res/android"
4
- android : duration =" 300 "
4
+ android : duration =" 500 "
5
5
android : fromAlpha =" 0.0"
6
6
android : interpolator =" @android:interpolator/decelerate_quad"
7
7
android : toAlpha =" 1.0" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
3
3
<alpha xmlns : android =" http://schemas.android.com/apk/res/android"
4
- android : duration =" 300 "
4
+ android : duration =" 500 "
5
5
android : fromAlpha =" 1.0"
6
6
android : interpolator =" @android:interpolator/decelerate_quad"
7
7
android : toAlpha =" 0.0" />
Original file line number Diff line number Diff line change 2
2
3
3
<set xmlns : android =" http://schemas.android.com/apk/res/android" >
4
4
<translate
5
- android : duration =" @android:integer/config_mediumAnimTime "
6
- android : fromYDelta =" 50 %p"
5
+ android : duration =" 500 "
6
+ android : fromYDelta =" 3 %p"
7
7
android : toYDelta =" 0" />
8
8
9
9
<alpha
10
- android : duration =" @android:integer/config_mediumAnimTime "
10
+ android : duration =" 500 "
11
11
android : fromAlpha =" 0.0"
12
12
android : toAlpha =" 1.0" />
13
13
</set >
Original file line number Diff line number Diff line change 2
2
3
3
<set xmlns : android =" http://schemas.android.com/apk/res/android" >
4
4
<translate
5
- android : duration =" @android:integer/config_mediumAnimTime "
6
- android : fromYDelta =" -50 %p"
5
+ android : duration =" 500 "
6
+ android : fromYDelta =" -3 %p"
7
7
android : toYDelta =" 0" />
8
8
<alpha
9
- android : duration =" @android:integer/config_mediumAnimTime "
9
+ android : duration =" 500 "
10
10
android : fromAlpha =" 0.0"
11
11
android : toAlpha =" 1.0" />
12
12
</set >
You can’t perform that action at this time.
0 commit comments