Skip to content

Commit 8e8d8a7

Browse files
authored
Update README.md
1 parent e6d74c9 commit 8e8d8a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ override fun onCheckChange(view: View, isChecked: Boolean) {
107107
// isChecked current state of the view
108108
}
109109
```
110+
### Set Custom Interpolator
110111

112+
```kotlin
113+
checkedTV.setAnimInterpolator(BounceInterpolator())
114+
```
111115
### Experimental
112116

113117
```kotlin

0 commit comments

Comments
 (0)