# Crank sea automaton

https://fieldbook.lizardi.mx/components/crank-sea-automaton

Category: Animation
Thumbnail: https://fieldbook.lizardi.mx/thumbs/crank-sea-automaton.webp

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.

## Frameworks

react, vue, svelte, astro, html

## Preview controls

These controls are passed to the demo. Defaults and limits describe the preview; consult the implementation for its full prop API.

| Name | Type | Default | Options or constraints |
| --- | --- | --- | --- |
| 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. |

## Usage notes

Crank sea automaton uses the card preview frame with a dark theme setting.

### 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.

## Install through MCP

Connect your client, call get_component to retrieve the implementation, then get_install_command for installation instructions. Choose a listed framework, integrate the returned source and verify it in your application.

```json
{
  "tool": "get_component",
  "arguments": {
    "slug": "crank-sea-automaton",
    "framework": "react"
  }
}
```

[For agents](https://fieldbook.lizardi.mx/docs/agents)
[MCP](https://fieldbook.lizardi.mx/api/mcp)

## Related open components

- [Resonant sand plate](https://fieldbook.lizardi.mx/components/resonant-sand-plate)
- [Gooey blob field](https://fieldbook.lizardi.mx/components/gooey-blob-field)
- [Ring bloom](https://fieldbook.lizardi.mx/components/pulse-ring-bloom)
- [Burst particle emitter](https://fieldbook.lizardi.mx/components/burst-particle-emitter)
- [Composable Reveal](https://fieldbook.lizardi.mx/components/composable-reveal)
- [Directional Slide In](https://fieldbook.lizardi.mx/components/directional-slide-in)
