mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
feat: add animated dashoffset to spacers on index page
This commit is contained in:
parent
17bd93dca9
commit
4b4f7727b3
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ vv-shell img {
|
|||
|
||||
.menu svg {
|
||||
width: 100%;
|
||||
animation: dash 1500ms linear infinite;
|
||||
}
|
||||
|
||||
@keyframes dash {
|
||||
to { stroke-dashoffset: 32; }
|
||||
}
|
||||
|
||||
/* ### Copy email button */
|
||||
|
|
Loading…
Add table
Reference in a new issue