FRAMER FORGE
← Marketplace/Component
ACMEOBLIQUENORTHPRIMEVOLTRAYSMONOACMEOBLIQUENORTHPRIMEVOLTRAYSMONOACMEOBLIQUENORTHPRIMEVOLTRAYSMONO
COMPONENT
C/168//Animation

Marquee Row

Infinite horizontal marquee. Pauses on hover, reverses on prop, ridiculously smooth.

marqueeloopcarouselticker
By Kaiborg · Verified author
Pay once · Own forever
D/01//Description
A self-contained marquee component for logo strips, ticker rows, or quote carousels. Loops cleanly without the seam most CSS marquees show. Pauses on hover, supports both directions, and accepts arbitrary children so you're not locked to images.
P/02//Source preview · locked
import { motion } from "framer-motion"
import type { ReactNode } from "react"

export function Marquee({ children, speed = 30, reverse = false }: {
  children: ReactNode
  speed?: number

// … purchase to unlock the full source
Source locked