Skip to content

Draft: Don't base gestureinprogress upon partialactivationfactor

Marco Martin requested to merge work/mart/gestureBounceFix into master

Both in touchscreen and touhpad gestures, is possible that progress gets called with a partial activation factor of 0, especially if the gesture is done very slowly. This makes the open animation to start, just to be stopped at the first partial animation update. storing separatedly whenther a gesture is in progress solves the issue.

CCBUG:455422 CCBUG:453993

Merge request reports