File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments