NeuralNik/linkr

Add Dark/Light Theme Toggle Animation

Aperta

#7 aperta il 9 ott 2025

 (3 commenti) (0 reazioni) (1 assegnatario)TypeScript (3 fork)auto 404
enhancementfeaturefrontendgood first issuehacktoberfest

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor