Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1699a27

Browse files
author
xuyingjun
committed
ReadMe
1 parent 6602659 commit 1699a27

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

‎README.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ import 'package:flutter_animation_set/animator.dart';
215215

216216
**2、use widget**
217217

218+
```dart
219+
AnimatorSet(
220+
child: widget.child,
221+
animatorSet: [],
222+
animationType: AnimationType.reverse,
223+
debug: false,
224+
)
225+
```
226+
218227
AnimatorSet Supported properties
219228

220229
Property|Mean|Default
@@ -232,15 +241,6 @@ repeat|Repeat animation
232241
reverse|Rewind animation
233242
once|One play animation
234243

235-
```dart
236-
AnimatorSet(
237-
child: widget.child,
238-
animatorSet: [],
239-
animationType: AnimationType.reverse,
240-
debug: false,
241-
)
242-
```
243-
244244
**3、use AnimatorSet api**
245245

246246
about animation widget

‎README_CN.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,15 @@ import 'package:flutter_animation_set/animator.dart';
213213

214214
**2、use widget**
215215

216+
```dart
217+
AnimatorSet(
218+
child: widget.child,
219+
animatorSet: [],
220+
animationType: AnimationType.reverse,
221+
debug: false,
222+
)
223+
```
224+
216225
AnimatorSet支持的属性
217226

218227
Property|Mean|Default
@@ -230,15 +239,6 @@ repeat|重复播放动画
230239
reverse|倒退播放动画
231240
once|一次播放动画
232241

233-
```dart
234-
AnimatorSet(
235-
child: widget.child,
236-
animatorSet: [],
237-
animationType: AnimationType.reverse,
238-
debug: false,
239-
)
240-
```
241-
242242
**3、use AnimatorSet api**
243243

244244
关于动画集组件

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /