SaaSHub helps you find the best software and product alternatives Learn more β
Lottie Alternatives
Similar projects and alternatives to lottie
-
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
lottie-web
Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
-
-
react-native-animatable
Standard set of easy to use animations and declarative transitions for React Native
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
lottie discussion
lottie reviews and mentions
-
Lottie under the hood
Actually, that's not entirely accurate. The lottie-web library itself doesn't support rendering to WebGL. However, there is a package called canvaskit-wasm that wraps Skia (a graphics engine) with WebAssembly (wasm). This package includes a module called skottie which supports rendering animations into a WebGL surface. However, there is a drawback with this approach: using wasm requires loading a relatively large package, and it's uncertain whether all features are supported correctly, as the official compatibility table that tracks lottie support on different platforms does not include skottie.
-
Mistakes I made while maintaining an open-source React Native library for five years
Time has passed, though. React Native Animatable is still a good solution today, but itβs not as performant nor configurable as the more modern options. Nowadays, there are several new ways to animate views more efficiently in React Native. Between the good-old React Native animated API, Reanimated/Reanimated 2, Moti (which can almost be a drop-in replacement for React Native Animatable), and Lottie, adding silk-smooth native animations to a React Native app has never been easier.
-
Bodymovin effect export to .json
According to the supported features and the forums, it's not supported. You might want to ask the creators via GitHub.
-
After Effects animations for a website?
HereHere you can find the supported AE features by the Lottie library. The only other variants would be as GIF, which is technically outdated and needs a large file size for a good resolution, or as video, e.g. as webm or h.265 if transparency is needed, but this is not supported by all browsers and may also need a rather large file size. My advice is to optimise/modify the AE animation for Lottie.
- Me thinking of of becoming a contributor to the Linux kernel after my "Hello World" program compiles successfully
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jul 2025
Stats
airbnb/lottie is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of lottie is HTML.