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>
