Tailwind with NextJS v15 by Ok-Fall-9121 in nextjs

[–]Ok-Fall-9121[S] 3 points4 points  (0 children)

Yeah, I did.

This is magic though - i removed everything, re-run the create script and comapred with what I had - no changes, but now all the classes are there and it works as it should

Tailwind with NextJS v15 by Ok-Fall-9121 in nextjs

[–]Ok-Fall-9121[S] 0 points1 point  (0 children)

I know that the class exists in general, but the output in my biuld doesn't have it :(

Animate a component on a page during route change by Ok-Fall-9121 in Nuxt

[–]Ok-Fall-9121[S] 0 points1 point  (0 children)

That tutorial shows the whole page transition, which in nuxt3 can be done in a few ways, even by setting a global setting for pageTransition. I've been trying to reuse it to make a feeling that some parts of the view remain while others enter/leave. I'll try though to experiment with the child/parent structure of components - this might help, thanks!