next-themes icon indicating copy to clipboard operation
next-themes copied to clipboard

How can I get a transition between dark and light mode

Open dearfrankg opened this issue 1 year ago • 4 comments

I would like the dark mode to fade to light mode and visa versa.

I tried adding this CSS

html {
  @apply transition-colors ease-in-out duration-700;
}

After adding that CSS my header text will delay the color changes, but the bg-color change happens instantly.

dearfrankg avatar Dec 01 '23 08:12 dearfrankg

A reproducible on Codesandbox might help. Just to test, does using transition-all help?

PixeledCode avatar Dec 16 '23 10:12 PixeledCode

A reproducible on Codesandbox might help. Just to test, does using transition-all help?

Did not help

dearfrankg avatar Feb 22 '24 12:02 dearfrankg

Been trying to figure this out aswell for the last few days, same issue here. On refresh its scuffed aswell.

modyabhi avatar Feb 26 '24 20:02 modyabhi

Did you guyz find any solution yet?

mohiwalla avatar Apr 30 '24 03:04 mohiwalla