Scrolling Content Demo

Basic Example

A simple scrolling content with default settings. Hover to pause, drag to scroll manually.

🚀 Web Components
⚡ Lightning Fast
🎨 Fully Customizable
📱 Mobile Friendly
♿ Accessible
🔧 Easy to Use
<scrolling-content data-mobile-speed="40" data-desktop-speed="60">
  <scrolling-track>
    <div>🚀 Web Components</div>
    <div>⚡ Lightning Fast</div>
    <div>🎨 Fully Customizable</div>
    <!-- Component automatically wraps content and duplicates it -->
  </scrolling-track>
</scrolling-content>

<!-- Control gap with CSS -->
<style>
  scrolling-content {
    --scrolling-content-gap: 1rem;
  }
</style>

Logo Carousel

Perfect for showcasing client logos or partner brands.

APPLE
GOOGLE
MICROSOFT
AMAZON
META
NETFLIX
SPOTIFY

Fast Animation

High-speed scrolling for urgent announcements or quick updates.

⚡ Breaking News
🔥 Hot Deals
⏰ Limited Time
💨 Act Fast
🎯 Don't Miss Out

Slow & Smooth

Gentle, readable scrolling for important information.

🌟 Premium Quality
💎 Crafted with Care
🎖️ Award Winning

Features

🎮 Interactive

Hover to pause, drag to scroll manually. Touch-friendly on mobile devices.

📱 Responsive

Different speeds for mobile and desktop with customizable breakpoints.

🔄 Infinite Loop

Seamless infinite scrolling with automatic content duplication.

⚡ Lightweight

Tiny file size with zero dependencies. Smooth animations that adapt to device refresh rates.

🎨 Customizable

Control speed, gap, breakpoints, and styling through data attributes and CSS.

🎯 Easy Integration

Drop-in web component that works with any framework or vanilla HTML.