Skip to content

[ai] Remove h2 color transition - #72

Draft
MaggieAppleton wants to merge 1 commit into
mainfrom
remove-h2-color-transition-cfece81eb97e947e
Draft

[ai] Remove h2 color transition#72
MaggieAppleton wants to merge 1 commit into
mainfrom
remove-h2-color-transition-cfece81eb97e947e

Conversation

@MaggieAppleton

Copy link
Copy Markdown
Owner

Implements

Closes #64

Parent plan

#56

What changed

  • Removed transition: all 0.3s ease-in-out from the h2 rule in src/global.css:477
  • h2 headings have no animated state changes (no hover, focus, or active variants), so the transition was a no-op that silently animated any color/layout change touching h2

How to verify

  • Browse any page with h2 headings (e.g. an essay page) — headings should render identically with no visible difference
  • Confirm no transition property remains on the base h2 rule in src/global.css

Notes

One-line deletion; zero behavior change since h2 had no styled state transitions to animate. Part of the broader transition: all sweep described in the animation audit (#56 §2.2).

Generated by Implement sub-issue → PR for issue #64 · ● 63.6K ·

Heading colors have no animated state changes, so the transition: all rule
on h2 served no purpose and contributed to the broader transition: all audit
identified in #56.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@MaggieAppleton MaggieAppleton added the automated Opened by an agent label Apr 26, 2026
@MaggieAppleton MaggieAppleton mentioned this pull request Apr 26, 2026
2 tasks
@vercel

vercel Bot commented Apr 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
maggieappleton-com-v3 Ignored Ignored Apr 26, 2026 7:27pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Opened by an agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove h2 color transition

1 participant