NeuralNik/linkr

Add Dark/Light Theme Toggle Animation

开放

#7 创建于 2025年10月9日

 (3 条评论) (0 个反应) (1 位负责人)TypeScript (3 个派生)auto 404
enhancementfeaturefrontendgood first issuehacktoberfest

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南