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

貢獻者指南