1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-01 19:10:22 +02:00

improve body animation on overlay open

This commit is contained in:
Kushagra Gour
2024-04-29 16:52:36 +05:30
parent b059769f94
commit 2d51eb05a6

View File

@@ -546,7 +546,7 @@ a > svg {
display: flex;
flex-direction: column;
overflow: hidden;
transition: 0.1s ease;
transition: 0.25s ease;
will-change: filter, transform;
}