Closed lapfelix closed 7 years ago
When a drag occurs before the animation completes, the animation would glitch and the offset would alternate between the drag position and the offset based on the animation's progress.
Fixed it by invalidating the CADisplayLink when a drag begins.
Thanks for the PR!
When a drag occurs before the animation completes, the animation would glitch and the offset would alternate between the drag position and the offset based on the animation's progress.
Fixed it by invalidating the CADisplayLink when a drag begins.