mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-24 18:42:09 +02:00
web/CaptchaTooltip: make animation not annoying
This commit is contained in:
parent
71ea3239a7
commit
78cf73b34e
@ -24,11 +24,11 @@
|
||||
bottom: calc(100% + 10px);
|
||||
|
||||
opacity: 0;
|
||||
transform: scale(0) translateX(25px) translateY(15px);
|
||||
transform: scale(0.5) translateX(10px) translateY(15px);
|
||||
transform-origin: bottom left;
|
||||
|
||||
transition:
|
||||
transform 0.25s cubic-bezier(0.53, 0.05, 0.23, 1.15),
|
||||
transform 0.2s cubic-bezier(0.53, 0.05, 0.23, 1.15),
|
||||
opacity 0.2s cubic-bezier(0.53, 0.05, 0.23, 0.99);
|
||||
|
||||
will-change: transform, opacity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user