Animation
Crank sea automaton
Crank sea automaton: A plywood automaton where turning the crank spins a row of cams that lift wooden fish over sliding waves, with enough weight that a flick keeps it turning.
Using Crank sea automaton
Crank sea automaton uses the card preview frame with a dark theme setting.
Customize the preview
These controls are passed to the demo. Defaults and limits describe the preview; consult the implementation for its full prop API.
| Control | Type | Default | Preview limits |
|---|---|---|---|
fish | number | 7 | From 3 to 11; step 1 |
profile | select | swell | Options: swell, chop, leap |
phaseStep | number | 40 | From 0 to 120; step 5 |
friction | number | 0.6 | From 0.1 to 2; step 0.1 |
wood | select | birch | Options: birch, walnut |
paint | color | #FF4D8D | No additional limit in the metadata. |
showMechanism | boolean | true | No additional limit in the metadata. |
ghost | boolean | true | No additional limit in the metadata. |
Which frameworks are available for Crank sea automaton?
Crank sea automaton is available for React, Vue, Svelte, Astro, HTML. The live preview uses React; the source observations below apply to index.tsx. Check the selected port before relying on the same interactions.
What does Crank sea automaton depend on?
The React metadata lists these npm dependencies beyond React: clsx, tailwind-merge.
What accessibility details are visible in Crank sea automaton?
The React source for Crank sea automaton includes: native elements (button); attributes and handlers (aria-describedby, aria-hidden, aria-label); explicit roles (img). These are source observations. Verify accessible names, focus order and keyboard behavior in the composed page.
How does Crank sea automaton handle reduced motion?
The source scan found no direct useReducedMotion() or matchMedia preference read in Crank sea automaton's index.tsx. Check the full implementation, shared styles and selected port with reduced motion enabled; these observations do not establish that every animation stops.