i’m testing right now myself the output values of the scrollview, and discovering that it is real the negative acceleration.
16:51:28.603 Scroll view was touched
16:51:28.603 0 8643.1
16:51:28.603 ____________
16:51:28.603 0 8643.1
16:51:28.603 ____________
16:51:28.613 0 8643.1
16:51:28.613 ____________
16:51:28.623 0 8643.1
16:51:28.623 ____________
16:51:28.633 -0.080033281166426 8643.1
16:51:28.633 ____________
16:51:28.644 -0.080033281166426 8643.1
16:51:28.644 ____________
16:51:28.644 -0.080033281166426 8643.1
16:51:28.644 ____________
16:51:28.644 0.080033281166426 10118.1
16:51:28.644 Scroll view was released
16:51:28.644 ____________
16:51:29.548 Scroll view was touched
16:51:29.548 0 10986.5
16:51:29.548 ____________
16:51:29.548 0 10986.5
16:51:29.548 ____________
16:51:29.559 -0.067802182464593 10986.5
16:51:29.559 ____________
16:51:29.570 -0.067802182464593 10986.5
16:51:29.570 ____________
16:51:29.580 -0.067802182464593 10986.5
16:51:29.580 ____________
16:51:29.580 -1.5 10986.5
16:51:29.580 ____________
16:51:29.590 -1.5 10986.5
16:51:29.590 ____________
16:51:29.590 -1.5 11062.2
16:51:29.590 Scroll view was released
16:51:29.590 ____________
16:51:29.621 ____________
16:51:30.043 ____________
16:51:30.366 Scroll view was touched
16:51:30.366 0 11096.3
16:51:30.366 ____________
16:51:30.377 0 11096.3
16:51:30.377 ____________
16:51:30.387 0 11096.3
16:51:30.387 ____________
16:51:30.387 0 11096.3
16:51:30.387 ____________
16:51:30.397 0 11096.3
16:51:30.397 ____________
16:51:30.407 -1.5 11096.3
16:51:30.407 ____________
16:51:30.418 -1.5 11096.3
16:51:30.418 ____________
16:51:30.418 -1.5 11096.3
16:51:30.418 ____________
16:51:30.428 -1.5 11096.3
16:51:30.428 ____________
16:51:30.438 -1.5 11096.3
16:51:30.438 ____________
16:51:30.448 1.5 11096.3
16:51:30.448 ____________
16:51:30.448 1.5 11918.2
16:51:30.448 Scroll view was released
16:51:30.448 ____________
16:51:31.079 ____________
16:51:31.445 Scroll view was touched
16:51:31.445 0 12550.7
16:51:31.445 ____________
16:51:31.456 0 12550.7
16:51:31.456 ____________
16:51:31.466 0 12550.7
16:51:31.466 ____________
16:51:31.466 0 12550.7
16:51:31.466 ____________
16:51:31.477 -0.0063262313590543 12550.7
16:51:31.477 ____________
16:51:31.487 -0.0063262313590543 12550.7
16:51:31.487 ____________
16:51:31.487 -0.0063262313590543 12958.2
16:51:31.487 Scroll view was released
the last touch he didn’t make a move and the variable “scrollView._view._lastTime” is the highest. on all the other touches the higher the last time is higher the velocity with the -1.5 limit. but when it passed a limit the speed gone to almost 0.
EDIT: “_lastTime” gives me always incremental value, so wrong variable to test here…back to try other variables (testing _delta right now)