onPageScrolled

open fun onPageScrolled(position: Int, positionOffset: Float, positionOffsetPixels: Int)

Called when the current page is scrolled. This implementation is empty as no special handling is needed during scroll.

Parameters

position

Position index of the first page currently being displayed.

positionOffset

Value from [0, 1) indicating the offset from the page at position.

positionOffsetPixels

Value in pixels indicating the offset from position.