Skip to content

Kinetic Mobile

Suspended discs, rings and counterweights sway on fine connecting rods.

LIVE PREVIEWInteract with the component
Just React. No extra dependencies.

Copy the component and its CSS module into your project.

CSS Modules

Usage

Matches your current playground settings.

jsx
import KineticMobile from "./KineticMobile";
export default function Example() {
return (
<KineticMobile
color={"#d8ad83"}
secondaryColor={"#919ebc"}
lineColor={"#a69b8e"}
background={"#211e20"}
speed={8}
paused={false}
height={420}
/>
);
}

Using Kinetic Mobile

Use Kinetic Mobile as decorative art in a section or an empty state. Its SVG is hidden from assistive technology, so keep any meaningful message outside the component.

Change the two shape colours independently to match your palette. The sculpture stays inside its reserved height and becomes static when reduced motion is enabled.

Props

NameTypeRequiredDefaultDescription
colorstringNo"#d8ad83"Disc and ring colour.
secondaryColorstringNo"#919ebc"Lower counterweight colour.
lineColorstringNo"#a69b8e"Connecting rod colour.
backgroundstringNo"#211e20"Background surface.
speednumberNo8Base sway cycle in seconds.
pausedbooleanNofalsePause all suspended shapes.
heightnumber | stringNo420Reserved height of the sculpture.
classNamestringNo""Additional classes on the root element.
styleCSSPropertiesNoundefinedInline styles for sizing, typography and appearance.

Related components

Lava Lamp

Backgrounds

Warm liquid forms merge and drift inside a softly lit glass lamp.

Helix Field

Backgrounds

Two strands of shaded particles rotate around fine connecting rungs.

Wave Lattice

Backgrounds

A fine perspective mesh drifts over a sculpted wave surface.

Guilloche Field

Backgrounds

Fine engraved loops turn through an intricate geometric rosette.