From 4b4f7727b37720f03fac2aff78d31de96113409e Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 8 Jun 2025 11:01:11 +0200 Subject: [PATCH] feat: add animated dashoffset to spacers on index page --- public/assets/css/pages/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/assets/css/pages/index.css b/public/assets/css/pages/index.css index da152ec..d9836ca 100644 --- a/public/assets/css/pages/index.css +++ b/public/assets/css/pages/index.css @@ -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 */