Open Link After Animation

Open a URL in a new tab after a delay or animation, without tripping popup blockers or stealing focus from the current page. Use when navigation must wait for a transition or animation to finish, when window.open after a setTimeout / requestAnimationFrame gets blocked, when a freshly opened tab steals focus mid-animation, or when you want a link to open in a background tab from JavaScript. Covers transient user activation and the Ctrl/Cmd-click background-tab technique.

BlakeHastings Updated

File contents

BlakeHastings/claude-code-artifacts/tree/main/open-link-after-animation commit 63dc718ad9

Frequently asked questions

npx skillmds@latest add blakehastings/open-link-after-animation