NeuralNik/linkr

Add Dark/Light Theme Toggle Animation

オープン

#7 opened on 2025/10/09

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (3 件のフォーク)auto 404
enhancementfeaturefrontendgood first issuehacktoberfest

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

The theme toggle works but needs a smooth transition animation between themes.

Acceptance Criteria:

  • Add smooth transition when switching themes
  • Animate the toggle button itself
  • Ensure all colors transition smoothly
  • Maintain neon green accent in both themes

Implementation Hints:

  • Check ThemeToggle.tsx and ThemeContext.tsx
  • Use CSS transitions or Tailwind's transition classes
  • Consider adding a sun/moon icon animation

コントリビューターガイド