mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(website): more consistent marquee speed + loop
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user