Lottieto100% private — in your browser
Lottie → Transparent WebM

Convert Lottie to transparent WebM

Export a Lottie animation as WebM video with a real alpha channel — smooth transparency GIF can't deliver, at a fraction of the size.

How it works

  1. 1Upload a Lottie file (.json, .lottie, or .tgs), or try the example
  2. 2Adjust frame rate, quality, resolution and transparency
  3. 3Export to any format — or optimize and repackage as dotLottie

Nothing is uploaded. SVG output uses SMIL and needs no JavaScript; APNG and WebM keep the full color and transparency GIF can't.

About transparent WebM export

WebM (VP9) is the only broadly supported web video format with an alpha channel, which makes it the right choice for transparent animation overlays: hero sections, product demos layered over content, and lightweight replacements for huge transparent GIFs. This page starts with transparency switched on.

Encoding runs locally via your browser's WebCodecs. Where the browser supports VP9 alpha the transparency is preserved; where it doesn't, the export falls back to a solid background automatically — and the filename only says “transparent” when the alpha channel was actually kept. Safari playback of alpha WebM varies — test your target surface, or ship APNG as a fallback.

Which format should I use?

FormatTypeTransparencyColorBest for
GIFAnimated image1-bit (hard edges)256 colorsEmail, chat, universal support
APNGAnimated image8-bit (smooth)Full 24-bitIcons, logos, quality over size
WebMVideoYes (VP9 alpha)FullSmall web video, transparent overlays
MP4VideoNoneFullSocial, ads, video editors
SVGVector (SMIL)YesFullRuntime-free embeds
PNG / WebPStill imageYesFullPosters, thumbnails, placeholders

Frequently asked questions

Does every browser keep the alpha channel?+

Encoding alpha requires VP9 alpha support in your browser's WebCodecs (Chrome/Edge desktop, typically). Without it the export falls back to a solid background.

Transparent WebM vs transparent GIF?+

WebM has smooth 8-bit alpha and dramatically smaller files; GIF is 1-bit alpha but plays absolutely everywhere. For overlays on the web, WebM wins.

What about Safari?+

Safari's alpha-WebM playback is inconsistent — test it, or provide an APNG fallback for Safari users.

Other Lottie conversions