inboxrecyclerview / me.saket.inboxrecyclerview.animation / ItemExpandAnimator / onPageMove

onPageMove

abstract fun onPageMove(recyclerView: InboxRecyclerView, page: ExpandablePageLayout): Unit

Called when the page changes its position and/or dimensions. This can happen when the page is expanding, collapsing or being pulled vertically.

Override this to animate the InboxRecyclerView items with the page's movement.