Skip to content

Commit 9ca8aec

Browse files
committed
update readme 0.4.0
1 parent 21c9cf2 commit 9ca8aec

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README-EN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Likewise, you can also set duration, radius, trantionAnim and animation end list
7171

7272

7373
### Changes
74+
* 0.4.0
75+
ADD:.triggerPoint() , You can set the ripple triggerPoint by this method, like .triggerView()。
76+
ADD:CircularAnim.initDefaultDeployAnimators() , you can set the default animator deployer。
77+
7478
* 0.3.5
7579
ADD:You can deploy Animator in CircularAnim's Builder.
7680
```

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ CircularAnim.fullActivity(MainActivity.this, view)
7575
用起来非常的方便,一切逻辑性的东西都由帮助类搞定。
7676

7777
### 版本改动
78+
* 0.4.0
79+
新增:triggerPoint() 方法,可指定水波扩散点,与triggerView()类似。
80+
新增:CircularAnim.initDefaultDeployAnimators() 方法,可设置默认的动画部署器。
81+
7882
* 0.3.5
7983
新增:可以配置CircularAnim的Animator。
8084
```

0 commit comments

Comments
 (0)