What problem does it solve? Adding smooth shared-element (longtake) page transitions in HarmonyOS apps requires coordinated changes across EntryAbility, AbilityStage, Navigation, trigger pages, and destination pages. Missing any single step silently breaks the animation, and developers often struggle with background color handling, status bar immersion, and gesture-return alignment. ## Core Features & Use Cases - Six-Step Integration Guide: Walks through installing @hmanimations/ezcustomtransition and modifying EntryAbility, AbilityStage, Navigation, trigger page, and destination page in the correct order. - Card and Image Scenarios: Covers both CardLongTake (card-to-detail expansion) and ImageLongTake (grid-to-fullscreen image viewer with return-position alignment via updateSnapshotComponentId). - Troubleshooting & Verification: Provides a 10-item integration checklist and a common-error table covering missing component ids, background color migration, expandSafeArea, and gesture disabling. - Use Case: A developer has a Navigation-based HarmonyOS app with a card list and wants the tapped card to expand fluidly into the detail page, including immersive status bar handling and interactive gesture return. ## Quick Start Ask the assistant to add a longtake transition so that tapping a card in your HarmonyOS Navigation app expands it into the detail page.