web/SupportedServices: springy expand animation

This commit is contained in:
wukko 2024-12-14 12:30:04 +06:00
parent 86a67dee83
commit b44410e93b
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -90,8 +90,8 @@
transform-origin: top center; transform-origin: top center;
transition: transition:
transform 0.2s cubic-bezier(0.53, 0.05, 0.23, 0.99), transform 0.3s cubic-bezier(0.53, 0.05, 0.23, 1.15),
opacity 0.2s cubic-bezier(0.53, 0.05, 0.23, 0.99); opacity 0.25s cubic-bezier(0.53, 0.05, 0.23, 0.99);
} }
#services-popover.expanded { #services-popover.expanded {