Smooth animation

This commit is contained in:
2025-04-08 11:54:19 +02:00
parent 5de05c0360
commit 8a381aed38
4 changed files with 39 additions and 19 deletions

View File

@ -107,16 +107,17 @@ ics-calendar {
button.text-copy:focus,
button.text-copy:hover {
background-color: #67AE6E !important;
transition: 200ms linear;
transition: 500ms ease-in;
}
button.text-copied,
button.text-copied:focus,
button.text-copied:hover {
transition: 200ms linear;
transition: 500ms ease-out;
}
[tooltip]::before {
font-size: 10px; // this will overflow otherwise
button.text-copied[tooltip]::before {
opacity: 0;
transition: opacity 500ms ease-out;
}
}