N
Nyxis
AI Animations

ThinkingOrb

Siri-style breathing orb with idle / thinking / speaking / errored states.

Preview

idle
thinking
speaking
errored

Installation

pnpm add nyxis-ui

Usage

import { ThinkingOrb } from 'nyxis-ui';

<ThinkingOrb state={assistant.state} size={120} label="Synthesising response…" />;

States

StateAnimation
idleSlow breathe (4.5s loop).
thinkingFaster pulse + hue shift through primary → violet → sky.
speakingWave-like distortion (scale + rotation).
erroredNo animation, destructive tone.

When to use this

A higher-fidelity replacement for a static spinner during long-running AI operations. Drop in the centre of a hero, a side panel, or a dedicated voice-mode surface. Pure CSS — no canvas, no deps.