Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 402 Bytes

File metadata and controls

9 lines (5 loc) · 402 Bytes

Callbacks common to all continuous gestures:

onUpdate(callback)

Set the callback that is being called every time the gesture receives an update while it's active.

onChange(callback)

Set the callback that is being called every time the gesture receives an update while it's active. This callback will receive information about change in value in relation to the last received event.