mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-03 14:57:53 +00:00
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
![]() |
/**
|
||
|
* 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;
|