Skip to main
maudeMDCC/00
Design commands

/design:to-lottie

Productionize a maude animation → ONE `.lottie` FROM CODE for web and mobile (1:1 lottie-web/dotlottie-react + lottie-react-native). Emitter from keyframe data, NOT a converter of rendered SVG. Self-verify via headless lottie-web.

PropertyValue
Command/design:to-lottie
Categorydaily (daily)
Argument hint\"<animated mark | IR handle | canvas>\" [--out <path>] [--web] [--verify]
Sourceplugins/design/commands/to-lottie.md

Description

Productionize a maude animation → ONE .lottie FROM CODE for web and mobile (1:1 lottie-web/dotlottie-react + lottie-react-native). Emitter from keyframe data, NOT a converter of rendered SVG. Self-verify via headless lottie-web.

Invocation

snippet
/design:to-lottie \"<animated mark | IR handle | canvas>\" [--out <path>] [--web] [--verify]

Summary

The production-delivery handoff for maude animation (DDR-094). You iterate the animation natively in maude (the keyframe IR → SMIL/JSX preview);

Source of truth

On this page