Skip to content

Commit 80b6d53

Browse files
committed
speed up the opening transition animation in red banner
1 parent 59cc7d9 commit 80b6d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

govtool/frontend/src/components/organisms/MaintenanceEndingBanner/MaintenanceEndingBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const MaintenanceEndingBanner = () => {
6262
<Box
6363
sx={{
6464
maxHeight: isExpanded ? '300px' : "0px", // 300px is a safe value for transition effect
65-
transition: "max-height 0.7s ease-in-out",
65+
transition: "max-height 0.4s ease-in-out",
6666
overflow: "hidden",
6767
}}
6868
>

0 commit comments

Comments
 (0)