Fix review feedback from PR #11#12
Conversation
- Stagger AOS delays on emotion findings cards (100→200, 200→300, 300→400) to prevent simultaneous animation with video embed - Add noreferrer to external links (research paper, YouTube) for privacy - Add referrerpolicy="strict-origin-when-cross-origin" to both YouTube iframes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Review of PR #12This is a tidy, well-scoped follow-up that addresses the previous review feedback cleanly. All three changes are correct and intentional. ✅ AOS animation stagger fix (
|
Summary
Follow-up fixes from bot review comments on PR #11 (Add Anthropic emotion research to three pages).
data-aos-delay="100", causing simultaneous animation. Staggered cards to 200/300/400ms after video's 100ms.noreferrerto external links: Research paper link (anthropic page) and YouTube link (for-ai-models page) now userel="noopener noreferrer"for privacy.referrerpolicyto iframes: Both YouTube embeds now includereferrerpolicy="strict-origin-when-cross-origin".Bot comment triage
loading="lazy"on iframesframeborder="0"deprecatedaria-hiddennoreferrerreferrerpolicybg-of-surface↔bg-gradient-to-bTest plan
🤖 Generated with Claude Code