Introduction

Get it on Google Play

Lottie is a mobile library for Android and iOS that parses Adobe After Effectsarrow-up-right animations exported as json with Bodymovinarrow-up-right and renders them natively on mobile and on the web!

For the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it by hand. They say a picture is worth 1,000 words so here are 13,000:

Lottie Logo animation
Example1
Example2
Example3
Example4

All of these animations were created in After Effects, exported with Bodymovin, and rendered natively with no additional engineering effort.

Bodymovinarrow-up-right is an After Effects plugin created by Hernan Torrisi that exports After effects files as json and includes a javascript web player. We've built on top of his great work to extend its usage to Android, iOS, and React Native.

Read more about it on our blog postarrow-up-right Or get in touch on GitHub or via lottie@airbnb.com

Other Platforms

Sample App

You can build the sample app for Android yourself or download it from the Play Storearrow-up-right. The sample app includes some built in animations but also allows you to load an animation from internal storage or from a url.

Shipping something with Lottie?

Email us at lottie@airbnb.comarrow-up-right and soon we will create a testimonals and use cases page with real world usages of Lottie from around the world. We also have an internal regression testing repo that we can use to prevent causing regressions with your animations.

Alternatives

  1. Build animations by hand. Building animations by hand is a huge time commitment for design and engineering across Android and iOS. It's often hard or even impossible to justify spending so much time to get an animation right.

  2. Facebook Keyframesarrow-up-right. Keyframes is a wonderful new library from Facebook that they built for reactions. However, Keyframes doesn't support some of Lottie's features such as masks, mattes, trim paths, dash patterns, and more.

  3. Gifs. Gifs are more than double the size of a bodymovin JSON and are rendered at a fixed size that can't be scaled up to match large and high density screens.

  4. Png sequences. Png sequences are even worse than gifs in that their file sizes are often 30-50x the size of the bodymovin json and also can't be scaled up.

  5. Animated Vector Drawable (Android only). More performant because it runs on the RenderThread instead of the main thread. Supports only a subset of Lottie features. Progress can't be manually set. Doesn't support text or dynamic colors. Can't be loaded programatically or over the internet.

Why is it called Lottie?

Lottie is named after a German film director and the foremost pioneer of silhouette animation. Her best known films are The Adventures of Prince Achmed (1926) – the oldest surviving feature-length animated film, preceding Walt Disney's feature-length Snow White and the Seven Dwarfs (1937) by over ten years The art of Lotte Reinegerarrow-up-right

Contributing

Contributors are more than welcome. Just upload a PR with a description of your changes.

If you would like to add more JSON files feel free to do so!

Issues or feature requests?

File github issues for anything that is unexpectedly broken. If an After Effects file is not working, please attach it to your issue. Debugging without the original file is much more difficult.

Articles, Interviews & Podcasts

Here are some articles and podcasts from the Lottie team @ Airbnb

Behind the scenes: Why we built Lottie, our new open-source animation tool here.arrow-up-right

Dig into the details and back story with Brandon Withrow and Salih Abdul-Karim on the School of motion podcastarrow-up-right

Learn more about Lottie from Gabriel Peal on the Fragmented Podcastarrow-up-right

Lottie Animation with Brandon Withrow and Gabriel Peal on Software engineering daily podcastarrow-up-right

Community articles and videos

Heres some links from around the community

A Lottie to Likearrow-up-right by Nick Butcher

Creating better user experiences with animations and Lottiearrow-up-rightby Samo Korosec and Stefan Keileithner

How to use Lottie (In Chinese)arrow-up-right by PattyDraw

A Beginning’s Guide to Lottie: Creating Amazing Animations in iOS Appsarrow-up-right by Simon NG

Take your animations to the next level with Airbnb framework, Lottiearrow-up-right by James Rochabrun

iOS Swift Tutorial: Animations with After Effects and Lottiearrow-up-right by Brian Advent

iOS Swift Tutorial: Interactive Animations with After Effects and Lottiearrow-up-right by Brian Advent

After Effects for wiOS Developers: Dynamic Content in Animationsarrow-up-right by Brian Advent

Creating cool animations in android using Lottiearrow-up-rightChetan Sachdevaarrow-up-right by Chetan Sachdeva

Last updated