Skip to content

Commit 2dd6f97

Browse files
author
xuyingjun
committed
ReadMe
1 parent ef209cc commit 2dd6f97

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,21 @@ import 'package:flutter_animation_set/animation_set.dart';
209209
import 'package:flutter_animation_set/animator.dart';
210210
```
211211

212-
**2、use api**
212+
**2、use widget**
213+
214+
通过使用AnimatorSet组装动画
215+
216+
* child:执行动画的组件
217+
* animatorSet:动画集合
218+
219+
```dart
220+
AnimatorSet(
221+
child: widget.child
222+
animatorSet: [],
223+
)
224+
```
225+
226+
**3、use api**
213227

214228
about animation widget
215229

@@ -302,7 +316,7 @@ class YYWave extends StatelessWidget {
302316

303317
**4、done**
304318

305-
<img src="./image/gif/1.gif" width="90px">
319+
<img src="./image/gif/3.gif" width="90px">
306320

307321
## More
308322

@@ -425,7 +439,7 @@ Widget makeFoldMenu(int delay, double toY) {
425439

426440
done
427441

428-
<img src="./image/gif/20.gif" width="90px">
442+
<img src="./image/gif/21.gif" width="90px">
429443

430444
## Bugs/Requests
431445

0 commit comments

Comments
 (0)