We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cea1f commit 6335dc6Copy full SHA for 6335dc6
README.md
@@ -62,6 +62,9 @@ Add it in your root build.gradle at the end of repositories:
62
回调
63
64
onXAxisChangeListeners
65
+ fun onCurrentXAxisChanged(currentXAxis: Int)
66
+ fun onCurrentXAxisOffsetChanged(currentXAxis: Int, currentXAxisOffset: Float, velocity: Float)
67
+ fun oScrollEnd(currentXAxis: Int)
68
69
# License
70
0 commit comments