From c52b764ee57957f4c4a79dc69bec27714947b60b Mon Sep 17 00:00:00 2001
From: Travis CI event.nativeEvent object for this callback will carry following
- position - index of first page from the left that is currently visible
- offset - value from range [0,1) describing stage between page transitions.
Value x means that (1 - x) fraction of the page at "position" index is
- visible, and x fraction of the next page is visible.
This callback will be called once ViewPager finish navigating to selected page + visible, and x fraction of the next page is visible.
Function called when the page scrolling state has changed. +The page scrolling state can be in 3 states: +- idle, meaning there is no interaction with the page scroller happening at the time +- dragging, meaning there is currently an interaction with the page scroller +- settling, meaning that there was an interaction with the page scroller, and the + page scroller is now finishing it's closing or opening animation
This callback will be called once ViewPager finish navigating to selected page
(when user swipes between pages). The event.nativeEvent object passed to this
callback will have following fields:
- position - index of page that has been selected