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

@ -70,6 +70,12 @@ body {
[tooltip]:hover::before {
opacity: 1;
transition: opacity 500ms ease-in;
}
[no-hover][tooltip]::before {
opacity: 1;
transition: opacity 500ms ease-in;
}
[position="top"][tooltip]::before {