Quick swipe now snaps to the target state regardless of progress position, matching the behavior of HorizontalPager's fling logic. Uses VelocityTracker to measure release velocity and a 800 dp/s threshold (FLING_VELOCITY_THRESHOLD_DP). Slow drags still use the positional COLLAPSE_THRESHOLD (50%) as before. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>