uxTimings.js 179 B

123456
  1. export const SESSION_INDICATOR_DELAY_MS = 200;
  2. export const SESSION_INDICATOR_MIN_VISIBLE_MS = 250;
  3. export const LOADING_UI_DELAY_MS = 300;
  4. export const TOOLTIP_DELAY_MS = 200;