Skip to content

Commit d886a27

Browse files
committed
update README
1 parent b3b05c0 commit d886a27

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,33 @@ To use this plugin, add `animated_interpolation` as a [dependency in your pubspe
5252
| animate | Execute the appropriate animation |
5353

5454

55+
#### configMap
56+
57+
The existing configMap is shown below
58+
59+
* fadeInDown
60+
* fadeInUp
61+
* fadeInLeft
62+
* fadeInRight
63+
* fadeInDownBig
64+
* fadeInUpBig
65+
* fadeInLeftBig
66+
* fadeInRightBig
67+
68+
* fadeOutDown
69+
* fadeOutUp
70+
* fadeOutLeft
71+
* fadeOutRight
72+
* fadeOutDownBig
73+
* fadeOutUpBig
74+
* fadeOutLeftBig
75+
* fadeOutRightBig
76+
<br/><br/>
77+
.......
78+
For more information on configMap, please see [more details](https://github.com/flutter-studio/animated_interpolation/tree/master/lib)
79+
80+
81+
5582
## Example
5683

5784
``` dart

README_zh-CN.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,32 @@
5353
| :------------ |:--------:|
5454
| animate | 执行对应的动画 |
5555

56+
57+
#### configMap
58+
59+
已经存在的configMap如下:
60+
61+
* fadeInDown
62+
* fadeInUp
63+
* fadeInLeft
64+
* fadeInRight
65+
* fadeInDownBig
66+
* fadeInUpBig
67+
* fadeInLeftBig
68+
* fadeInRightBig
69+
70+
* fadeOutDown
71+
* fadeOutUp
72+
* fadeOutLeft
73+
* fadeOutRight
74+
* fadeOutDownBig
75+
* fadeOutUpBig
76+
* fadeOutLeftBig
77+
* fadeOutRightBig
78+
<br/><br/>
79+
.......
80+
更多configMap信息详见 [更多详情](https://github.com/flutter-studio/animated_interpolation/tree/master/lib)
81+
5682
## 示例
5783

5884
``` dart

0 commit comments

Comments
 (0)