fix(website): more consistent marquee speed + loop

This commit is contained in:
Darius Cepulis
2025-10-21 10:26:09 -07:00
parent 69fbccd43f
commit e4cd9cb16d
+2 -2
View File
@@ -69,8 +69,8 @@ const poster = `https://image.mux.com/${PLAYBACK_ID}/thumbnail.webp?time=0`;
</header>
<div class="relative h-3 w-full bg-yellow rounded-full overflow-hidden mb-6">
<div
style={`width:200%;background-image:url('data:image/svg+xml,${encodeURIComponent(construction)}');`}
class="bg-repeat-x absolute top-0 bottom-0 left-0 animate-marquee motion-reduce:animate-none"
style={`background-image:url('data:image/svg+xml,${encodeURIComponent(construction)}');`}
class="w-600 bg-repeat-x absolute top-0 bottom-0 left-0 animate-marquee motion-reduce:animate-none"
>
</div>
</div>