Lengthen short notification delay by 500ms

pull/1347/head
Jared Scheib 2017-04-27 11:10:21 -07:00
parent 14e43c6c64
commit 7c2cab8fd9
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ export const HEARTBEAT_INTERVAL = 10000 // ms
export const PRESENTATION_MODE_ANIMATION_DELAY = 0 // In milliseconds. export const PRESENTATION_MODE_ANIMATION_DELAY = 0 // In milliseconds.
export const PRESENTATION_MODE_NOTIFICATION_DELAY = 2000 // In milliseconds. export const PRESENTATION_MODE_NOTIFICATION_DELAY = 2000 // In milliseconds.
export const SHORT_NOTIFICATION_DISMISS_DELAY = 1500 // in milliseconds export const SHORT_NOTIFICATION_DISMISS_DELAY = 2000 // in milliseconds
export const REVERT_STATE_DELAY = 1500 // ms export const REVERT_STATE_DELAY = 1500 // ms