WordPress VIP Standard
Infinite Marquee Engine
A zero-idle-CPU infinite scrolling carousel designed for brand logos and galleries. Powered by a Double-Wrapper architecture and smart velocity math.
No more hyper-speed scrolling on large galleries. The engine mathematically adapts the CSS animation duration based on the number of images uploaded, ensuring a consistent visual speed.
Engage users with tactile interactions. Enable “Pause on Hover” or use the advanced Web Animations API to organically “Slow Down” the track to 30% velocity for a cinematic inspection feel.
A premium SaaS-level interaction. When a user hovers over a logo, that specific card elevates and gains color, while all sibling cards smoothly blur out to isolate visual focus.
Upgrade Your Galleries.
Start free for essential logo carousels or activate PRO for complex interactions.
Marquee Lite
Marquee Pro
Enterprise Standards
How the Kinetic Marquee engine protects your Core Web Vitals.
Not ours. The block features a “Zero-Idle CPU” design. A master IntersectionObserver continuously monitors the viewport. When the marquee scrolls off-screen, all CSS play-states are strictly halted, preserving battery life and RAM on mobile devices.
Standard marquees break when you add a shadow to the container (because overflow: hidden clips the shadow). We use an isolated Double-Wrapper DOM structure. The outer wrapper handles global shadows flawlessly, while the inner wrapper safely processes complex transparency masks for the edge-fades.
No. Standard “full-width” blocks often use 100vw, which triggers an ugly horizontal scrollbar on Windows operating systems. We neutralized this bug by using a safe calc(50% – 50vw) negative margin injection, ensuring a perfect edge-to-edge bleed across all systems.
Yes. The block fully respects OS-level prefers-reduced-motion settings, falling back to a clean CSS scroll-snap gallery to prevent motion sickness. Additionally, it safely hides the infinite cloned tracking nodes from screen readers viaaria-hidden=”true” to prevent audio repetition.