Improve vide
This commit is contained in:
parent
e544b946c9
commit
716e42a57d
7 changed files with 358 additions and 121 deletions
|
|
@ -32,7 +32,10 @@ export async function prepareTimeline(
|
|||
await installCursor(page, storyboard.video.cursorStyle ?? 'arrow');
|
||||
await setAspectClass(page, storyboard.video.aspect);
|
||||
|
||||
const ctx: ScriptCtx = { page, dashboard, cursor: { x: 200, y: 240 } };
|
||||
// Park the mouse over the header bar, never the map: an idle pointer over
|
||||
// a polygon summons the hover card, and on cold-open ads that tooltip was
|
||||
// baked into frame 0 (and the poster/thumbnail).
|
||||
const ctx: ScriptCtx = { page, dashboard, cursor: { x: 24, y: 14 } };
|
||||
await page.mouse.move(ctx.cursor.x, ctx.cursor.y);
|
||||
// Only pre-open the AI prompt when the storyboard actually types into it.
|
||||
// Opening it unconditionally grows the mobile bottom sheet (keyboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue