All publicly available Lottie animations can be downloaded as dotLottie files.
Adobe After Effects can export to dotLottie directly in the tool itself.
Download all your animations in LottieFiles in dotLottie format. You also can handoff dotLottie format to your engineers using Asset Link.
<script type= "module" src="https://unpkg.com/@dotlottie/[email protected]/dist/dotlottie-player.js"></script>
<dotlottie-player autoplay loop mode="normal" src="https://static9.lottiefiles.com/lotties/01_ramen_character.lottie" style="width: 320px;height:320px;"></dotlottie-player>
A Lottie is a JSON-based animation file format that lets you ship animations on any platform as easily as shipping static assets. They are small files that work on any device and can scale up or down without pixelation
dotLottie is an open-source file format that aggregates one or more Lottie files and their associated resources (images, fonts, etc.) into a single file to enable efficient and easy distribution of an animation. In other words, it compresses Lottie animations into smaller, faster-loading files that include all the necessary assets and configuration settings
You can use the converter tool above or the one offered on the dotLottie website ([https://dotlottie.io/resources/json-to-dotLottie/](https://dotlottie.io/resources/json-to-dotLottie/)). Simply upload your Lottie JSON file and the tool will convert it to a dotLottie file
dotLottie files are smaller and faster to load than Lottie JSON files. They also include all the necessary assets and configuration settings, making them easier to share. Plus, dotLottie files offer additional features like interactivity and adaptive animations
Yes! dotLottie files are compatible with a wide range of platforms including web, mobile apps, and various desktop applications
Yes, the dotLottie converter tool is completely free to use. Simply upload your Lottie JSON file and the tool will convert it to a dotLottie file for you
Yes, the converter tool has a file size limit of 50MB. If your Lottie JSON file is larger than this, you may need to reduce its size before converting it to dotLottie
Lottie JSON is a data format used to describe complex animations that can be used in web, mobile apps, and desktop applications. DotLottie is a new file format that compresses Lottie animations into smaller, faster-loading files that include all the necessary assets and configuration settings, making it easier to share animations across platforms
You can use the dotLottie player library to load and play dotLottie files in your website or app. The player library is available for a variety of platforms including web, iOS, and Android
Yes, you can edit a dotLottie file using a compatible editor like Adobe After Effects or LottieFiles
DotLottie files support transparency and alpha channels just like Lottie JSON files. This means you can create animations with transparent backgrounds that can be overlaid on top of other content
Yes, you can use dotLottie files with React Native by using the Lottie React Native library.