NeuralNik/linkr

Add Dark/Light Theme Toggle Animation

Offen

#7 geöffnet am 09.10.2025

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (3 Forks)auto 404
enhancementfeaturefrontendgood first issuehacktoberfest

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide