swipeUpEaseIn

fun swipeUpEaseIn(): ViewAction

Taken from ViewActions.swipeUp to modify the Swiper. This swipe action can be used to scroll the contents of a nested scroll view. Android's default scroll behaviour scrolls a parent when performing a fast swipe, but scroll the nested scroll view when the swipe starts off slow. By using a swipe action that eases in its velocity we can scroll through nested scroll views while still having momentum at the end to reach the end of a list.