-
e.g., I've a table view which gets new data after pagination and I want the new data to fade in instead of an instant change |
Beta Was this translation helpful? Give feedback.
Answered by
205g0
Aug 11, 2023
Replies: 1 comment
-
Ok, I found Edit: I got it working flawlessly, I had surrounded a component too high in the tree, so look you surround the right one! Svelte is really amazing, that it offers such granular control, don't know anything that goes so far! great work @Rich-Harris & team 🚀🚀🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
205g0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I found
{#key key}
but it doesn't really work: The new data comes in and then once in, the transition plays...Edit: I got it working flawlessly, I had surrounded a component too high in the tree, so look you surround the right one!
Svelte is really amazing, that it offers such granular control, don't know anything that goes so far! great work @Rich-Harris & team
🚀🚀🚀