And here’s another one our good friend ChatGPT whipped up…
<div x-data class="overflow-hidden whitespace-nowrap bg-white py-2">
<div class="inline-block animate-[scroll_25s_linear_infinite]">
<span class="mx-4">🎉 Elements is now available!</span>
<span class="mx-4">🚀 Elements 1.12 ships with CMS beta</span>
<span class="mx-4">🎨 New Core Templates added to library</span>
<span class="mx-4">🛍️ Marketplace update coming Friday</span>
</div>
</div>
<style>
@keyframes scroll {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
</style>
