2. Remove unused & add new screens

Since a video must follow a single sequential path through design, we'll delete extra screens that aren't on that path and add screen variations to show interaction effects like scrolling, button selection, and overlay openings.

❌ Remove unused screens

In our video, we won't be using the "Payfriend" payment option or the loading screen. The latter uses an GIF fill for the loading animation, which we only support on a single-frame flow (at the moment), so we'll remove this step from design.

➕ Add new screens

To show interactions like scrolling, button selection, and overlay openings, we'll need to add additional screens with those elements modified.

🖱️ Scrolling

Duplicate the first frame then change the Y position of the "stack" element containing the items.

👇 Button selection

Duplicate the screen with the empty heart element and toggle the state to the filled variant.

📖 Overlay opening

Duplicate the screen the overlay will open over, add a semi-transparent layer above the existing elements to provide the diming background effect, then nest the overlay element as top child layer in the frame.