Remotion UIshadcn registry
Overview
Installation
All components
text
Text Reveal
Spinning Text Wheel
Motion Text
Kinetic Text
Home
GitHub
Getting StartedComponents

Spinning Text Wheel

A 3D drum of options that spins down and settles on the first line, like a slot reel picking a winner.

text3dloop

Usage

Installation

$npx shadcn@latest add https://remotionui.dev/r/spinning-text-wheel.json

Copies the composition to components/remotion/spinning-text-wheel.tsx and installs remotion, @remotion/google-fonts, zod if missing. No UI library required.

Props

PropDefaultDescription
itemsstring"Monday\nTuesday\n…"Newline-separated options. The first one wins.
wheelWidthnumber560Drum width in design pixels.
wheelHeightnumber280Drum height in design pixels.
fontSizenumber76Type size of each option.
colorstring"#101828"Colour of the settled option.
idleOpacitynumber0.28Opacity of the options passing by.
spinFramesnumber90How long the spin takes.
holdFramesnumber30How long the winner holds at the end.
bgColorstring"#ffffff"Background fill.
designWidthnumber1080Reference width the layout scales from.
PreviousText RevealNextMotion Text

On this page

  • Usage
  • Installation
  • Props