feat: add animated dashoffset to spacers on index page

This commit is contained in:
Victor Westerlund 2025-06-08 11:01:11 +02:00
parent 17bd93dca9
commit 4b4f7727b3
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -49,6 +49,11 @@ vv-shell img {
.menu svg { .menu svg {
width: 100%; width: 100%;
animation: dash 1500ms linear infinite;
}
@keyframes dash {
to { stroke-dashoffset: 32; }
} }
/* ### Copy email button */ /* ### Copy email button */