After Effects to Lottie animation export for mobile app

NOVASOLUTIONS.TECHNOLOGY is engaged in the development, support and maintenance of iOS, Android, PWA mobile applications. We have extensive experience and expertise in publishing mobile applications in popular markets like Google Play, App Store, Amazon, AppGallery and others.
Development and support of all types of mobile applications:
Information and entertainment mobile applications
News apps, games, reference guides, online catalogs, weather apps, fitness and health apps, travel apps, educational apps, social networks and messengers, quizzes, blogs and podcasts, forums, aggregators
E-commerce mobile applications
Online stores, B2B apps, marketplaces, online exchanges, cashback services, exchanges, dropshipping platforms, loyalty programs, food and goods delivery, payment systems.
Business process management mobile applications
CRM systems, ERP systems, project management, sales team tools, financial management, production management, logistics and delivery management, HR management, data monitoring systems
Electronic services mobile applications
Classified ads platforms, online schools, online cinemas, electronic service platforms, cashback platforms, video hosting, thematic portals, online booking and scheduling platforms, online trading platforms

These are just some of the types of mobile applications we work with, and each of them may have its own specific features and functionality, tailored to the specific needs and goals of the client.

Showing 1 of 1 servicesAll 1735 services
After Effects to Lottie animation export for mobile app
Medium
~1 business day
FAQ
Our competencies:
Development stages
Latest works
  • image_mobile-applications_feedme_467_0.webp
    Development of a mobile application for FEEDME
    756
  • image_mobile-applications_xoomer_471_0.webp
    Development of a mobile application for XOOMER
    624
  • image_mobile-applications_rhl_428_0.webp
    Development of a mobile application for RHL
    1052
  • image_mobile-applications_zippy_411_0.webp
    Development of a mobile application for ZIPPY
    947
  • image_mobile-applications_affhome_429_0.webp
    Development of a mobile application for Affhome
    862
  • image_mobile-applications_flavors_409_0.webp
    Development of a mobile application for the FLAVORS company
    445

After Effects to Lottie Export for Mobile Apps

Designer created an animation in After Effects—detailed, multiple layers, effects and masks. Goal: display identically in mobile app, reasonable file size, doesn't overload processor. Not always trivial: Lottie doesn't support all AE features; unprepared animation either displays incorrectly or weighs 2 MB.

What Lottie Supports and Doesn't

Reliably supported: Shape layers, Path animations, Trim paths, Fill/Stroke, Opacity, Position/Scale/Rotation, Masks, Solid layers, Precomps.

Partially supported with caveats: Text layers (font and platform dependent), Gradient fills (linear—yes, radial—verify), Blend modes (some don't work on Android).

Not supported: Expressions more complex than wiggle, 3D rotation (perspective), Effects (Glow, Drop Shadow via Effects panel—only via Layer Styles), some mask types (Luminance matte).

Most common failure: AE animator used expressions for dynamic behavior or applied Glow via Effects, and after export animation breaks or looks different. Pre-export AE project audit is mandatory.

Export Preparation Process

Use Bodymovin plugin (LottieFiles AE Extension). Before export:

  1. Convert all expressions to keyframes: Animation → Keyframe Assistant → Convert Expression to Keyframes
  2. Merge Shape layers where possible—fewer layers = smaller JSON
  3. Remove unused layers and hidden precomps
  4. Rasterize bitmap images or replace with vector alternatives (bitmap in Lottie is separate file or base64 inside JSON, bad for size)
  5. Check Preview in LottieFiles Web Player before final export

After export, verify via LottieFiles Preview App on real iOS and Android devices. Often discovered: some blend modes on Android give wrong color, gradient strokes render differently.

File Size Optimization

Standard Bodymovin export without optimization produces bloated JSON. Run through LottieFiles Optimizer or lottie-minify npm package. Typical result: 30–50% of original size with no quality loss. Onboarding animation across 5 screens should total no more than 150–200 KB after optimization.

Mobile Project Integration

iOS: lottie-ios via SPM. LottieAnimationView adds as normal UIView. For SwiftUI—LottieView from same package.

Android: lottie-android via Gradle. LottieAnimationView in XML or LottieAnimation in Compose.

Flutter: lottie package. Lottie.asset('assets/animation.json') with controller for playback control.

For dual-state animations (toggle), use setMinAndMaxProgress—play only needed frame range.

Timeline: 1 day includes AE project audit, preparation, export, optimization, and integration on one platform.