UNPKG

142 BJavaScriptView Raw
1/**
2 * Duration for a typical transition animation, such as rescaling the canvas
3 * UI.
4 */
5export const ANIMATION_DURATION_TRANSITION = 400;