datahub/wherehows-web/app/constants/notifications.ts

6 lines
195 B
TypeScript
Raw Normal View History

/**
* Base animation speed for the banner alerts.
* NOTE: This value corresponds with animation speed value set in styles/abstracts/_variables.scss
*/
export const bannerAnimationSpeed = 0.6;