Choosing an output format

Choose original or optimized dotLottie, Lottie JSON, or Animated SVG output without losing required features.

Choose the output from the application's runtime needs, then optimize within that compatible format.

Quick recommendation

  • Use optimized .lottie for production when the runtime supports dotLottie.

  • Use original .lottie when you need the untouched bundle or no optimized variant is available.

  • Use Lottie JSON only when the target player requires JSON and the animation does not rely on dotLottie-only features.

  • Use Animated SVG (SMIL) for an SVG-native delivery target that supports SMIL and does not need Lottie runtime controls.

Format comparison

OutputBest forPreserves multi-animation, themes, tokens, and state machines
Optimized .lottieCompact production delivery with a dotLottie runtimeYes
Original .lottieFull source bundle and highest feature preservationYes
Optimized Lottie JSONSmaller JSON for a JSON-only playerNo
Original Lottie JSONLegacy or JSON-only integrationNo
Animated SVG (SMIL)SVG-native playback in a compatible environmentNo dotLottie manifest features

Original vs optimized

Optimized variants reduce unnecessary data and can load faster. They are plan-dependent and appear only when available. The extension can hide an optimized variant when it would not improve on its original format.

Always test the optimized result in the target runtime, especially when the animation contains masks, text, gradients, or advanced effects.

JSON feature-loss warning

Lottie JSON represents one animation and has no dotLottie manifest. When the source contains advanced .lottie features, the extension warns before a JSON download or URL action.

Switch back to .lottie if the application needs:

  • Multiple embedded animations.

  • Themes or motion tokens.

  • State machines.

  • Bundle-level manifest metadata or assets.

Animated SVG (SMIL)

Animated SVG can be useful for an SVG-oriented web workflow, but browser and host support for SMIL must be verified. The extension exports it from the original source animation, not from unsaved palette changes in the current preview.

Download a format

  1. Open an Explore or Workspace animation.

  2. Expand Download formats.

  3. Compare format, optimization status, size, and estimated savings.

  4. Select the output.

  5. Save it into the project or another intentional destination.

Last updated: July 21, 2026 at 1:02 PMEdit this page