Focus & interaction

Chat Turn-Taking

Loading…
Part12s typicallandscape · portrait · square

Overview

Compose a request, visibly send it, and distinguish waiting from word-by-word delivery. Hold a concrete answer and its source long enough to read.

Build

  1. 01

    Type the request at an uneven cadence.

  2. 02

    Enable send when composition is complete, then clear the input as the user bubble arrives.

  3. 03

    Hold a distinct waiting state before the answer.

  4. 04

    Reveal complete word groups with a pause between lines, then hold for reading.

Example source React / TSX

examples/focus-chat-turn-taking.tsx · Uses the catalog’s shared composition helpers.

Loading source…