Interface: ScrollSeekConfiguration
Properties
change()?
optional
change: (velocity
,range
) =>void
called during scrolling in scroll seek mode - use to display a hint where the list is.
Parameters
velocity
number
range
Returns
void
enter
enter:
ScrollSeekToggle
Callback to determine if the list should enter "scroll seek" mode.
exit
exit:
ScrollSeekToggle
Callback to determine if the list should exit "scroll seek" mode.