Skip to content

Commit e6d74c9

Browse files
authored
changes in v1.0.8
1 parent 88edb94 commit e6d74c9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929

3030
> Sorry for flicker in slow motion video demo . You know android studio screen recorder sucks sometimes :sweat_smile:
3131
32+
### Custom Interpolators
33+
> custom interpolator support added
34+
35+
| Interpolator | Demo |
36+
| --- | :---: |
37+
| <p align="center">BounceInterpolator </br> with fall down animation</p> | <img src="fall_down.gif" width="90%"/> |
38+
| <p align="center">AnticipateOvershootInterpolator </br> with translate animation</p> | <img src="overshoot.gif" width="90%" /> |
39+
3240
<br/><br/>
3341
---------------------------
3442
### Installation
@@ -121,7 +129,7 @@ Here are the attributes you can specify through XML or related setters:
121129
* `ctv_IconTint` - Set icon tint.
122130
* `ctv_IconChecked` - Set TextView (`CheckableTextView`) state checked.
123131
* `ctv_TextGravity` - Set text gravity.
124-
* `ctv_AnimType` - Set check animation type currently only two available (`scale` and `translate`).
132+
* `ctv_AnimType` - Set check animation type currently three available (`scale`,`translate` and `fall_down`).
125133
* `ctv_AnimDuration` - Set duration for check animation.
126134

127135
### 📄 License

0 commit comments

Comments
 (0)