What problem does it solve? Shipping After Effects animations to production requires choosing the right runtime, controlling playback programmatically, and avoiding export pitfalls that break rendering across platforms. ## Core Features & Use Cases - Runtime Integration: Set up dotLottie-web or lottie-web players in vanilla JS or React, with playback control via play, pause, setFrame, setSegment, and setMode. - Interactivity & Theming: Build scroll-driven or cursor-driven animations with lottie-interactivity, and recolor animations at runtime using embedded dotLottie themes. - AE Export Guidance: Follow the Bodymovin export checklist covering unsupported After Effects features like expressions, effects, and 3D layers. - Use Case: A designer hands you a .lottie file for an onboarding flow; you embed it in a React component, loop a loading segment, and switch to a success segment on completion. ## Quick Start Ask the AI to integrate a Lottie animation file into a web page with autoplay, looping, and scroll-driven frame control.