Dot Orbit
Description
Animated multi-color dots pattern with each dot orbiting around its cell center. Supports up to 40 colors and various shape and motion controls. Great for playful, dynamic backgrounds and UI textures.
Installation
npm i @paper-design/shaders-react
Code
import { DotOrbit } from '@paper-design/shaders-react'; <DotOrbit width={1280} height={720} colors={["#cc3333", "#cc9933", "#99cc33", "#33cc33", "#33cc99"]} colorBack="#000000" stepsPerColor={4} size={1} sizeRange={0} spreading={1} speed={1.5} />