moveUpdated

open fun moveUpdated(carousel: Carousel<T, *>, position: Vector2D)(source)

Notified whenever carousel has moves during a manual move (called after moveStarted). Transitioners can use this to keep track of things like movement velocity if they wish to provide smooth animation when moveEnded is called.

Parameters

carousel

in question

position

of carousel in its local coordinates