Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Commit 83d8a9d

Browse files
author
florent champigny
committed
updated README
1 parent 6aafc11 commit 83d8a9d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Animate multiple view from one method
1515
```java
1616
ViewAnimator
1717
.animate(image)
18-
.translationY(-1000, 0)
19-
.alpha(0,1)
18+
.translationY(-1000, 0)
19+
.alpha(0,1)
2020
.andAnimate(text)
21-
.dp().translationX(-20, 0)
22-
.descelerate()
23-
.duration(2000)
21+
.dp().translationX(-20, 0)
22+
.descelerate()
23+
.duration(2000)
2424
.thenAnimate(image)
25-
.scale(1f,0.5f,1f)
26-
.accelerate()
27-
.duration(1000)
25+
.scale(1f,0.5f,1f)
26+
.accelerate()
27+
.duration(1000)
2828
.start();
2929

3030
```
@@ -145,7 +145,7 @@ Enhanced animations ( Thanks [AndroidViewAnimators](https://github.com/daimajia/
145145
.swing();
146146
.wobble();
147147
```
148-
...
148+
...
149149
![Preview](/EnhancedAnimations.gif)
150150

151151
Path animations ( Read http://blog.csdn.net/tianjian4592/article/details/47067161 )

0 commit comments

Comments
 (0)