tabris-js
tabris-js copied to clipboard
Support scrollYState on CollectionView
Feature description
Currently, it is not possible to differentiate between user-initiated and programmatic scroll or flinging. Differentiating between those can be useful for e.g. UIs that should only be shown when the user drags the content and not when the view is scrolling programmatically.
Proposed solution
Provide an API like scrollYState like the one supported by ScrollView.