set defaultViewTransition to false when search params are updating.
I'm doing a search feature, but when I trigger the navigate (with new search params so), there is always the view transition (so my input is doing opacity 0 to 1 on each key..).
I tried this but doesn't work :
3 Replies
itchy-amethystOP•2mo ago
Ok I just found
viewTransition: false
with the navigate
function. Seems to work. But, I would like to know if it's possible to enable defaultViewTransition
only when path is changing (so in global).itchy-amethyst•2mo ago
i dont think so, but this should be doable. we would need to allow
defaultViewTransition
to be a function
are you interested in contributing this?itchy-amethystOP•2mo ago
Yes, I can try ! Do you any tips to do that ahah ?