usuiat / Zoomable

Jetpack Compose library that enables contents zooming with pinch gesture.
https://usuiat.github.io/Zoomable/
Apache License 2.0
342 stars 16 forks source link

Use current position to calculate velocity #138

Closed usuiat closed 7 months ago

usuiat commented 7 months ago

Issue

Description

Previously, the coordinates of touch position were caluculated from pointer events one sample ago. Now, it's caluculated using current pointer events.