File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,21 @@ import 'package:flutter_animation_set/animation_set.dart';
209209import '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
214228about 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
426440done
427441
428- <img src =" ./image/gif/20 .gif " width =" 90px " >
442+ <img src =" ./image/gif/21 .gif " width =" 90px " >
429443
430444## Bugs/Requests
431445
You can’t perform that action at this time.
0 commit comments