naver / egjs-conveyer

Conveyer adds Drag gestures to your Native Scroll.
https://naver.github.io/egjs-conveyer/
MIT License
111 stars 8 forks source link

fix: scrollTo, scrollBy ending earlier than the given duration #56

Open malangfox opened 4 months ago

malangfox commented 4 months ago

Issue

55

Details

Fixed #55 by clamping the destination position using the scroll range. This separated the logic that was in _getNextScrollPos into a private function.