News ticker

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>

CleanShot 2025-10-08 at 4 .44.14

2 Likes