Skip to content

onSyncScroll

fires during scrolling on touch devices

function onSyncScroll(
// x position
x: number,
// y position
y: number,
// timer
t: string
): void