More bounce
Summary: Bounce more Reviewed By: ejanzer Differential Revision: D3411697 fbshipit-source-id: 6d21b4b0f2637ac0a290b372cb22ec1b0ca38f60
This commit is contained in:
parent
19e2388a76
commit
c99fb9cb9b
|
@ -55,7 +55,7 @@ const ON_MOUNT_BOUNCE_DELAY = 700;
|
|||
const ON_MOUNT_BOUNCE_DURATION = 200;
|
||||
|
||||
// Distance left of closed position to bounce back when right-swiping from closed
|
||||
const RIGHT_SWIPE_BOUNCE_BACK_DISTANCE = 30;
|
||||
const RIGHT_SWIPE_BOUNCE_BACK_DISTANCE = 50;
|
||||
/**
|
||||
* Max distance of right swipe to allow (right swipes do functionally nothing).
|
||||
* Must be multiplied by SLOW_SPEED_SWIPE_FACTOR because gestureState.dx tracks
|
||||
|
|
Loading…
Reference in New Issue