Svelte& #39;s built-in animation helpers are giving me framework envy
https://abs.twimg.com/emoji/v2/... draggable="false" alt="đ" title="Smiling face with heart-shaped eyes" aria-label="Emoji: Smiling face with heart-shaped eyes">
See the `animate: flip` on line 32? That causes neighboring list items to animate into place when one is removed.
Svelte compiles the details for you.
I& #39;d trade Suspense for this. https://svelte.dev/repl/003aeed602754d79a01a066452fb5bd2?version=3.20.1">https://svelte.dev/repl/003a...
See the `animate: flip` on line 32? That causes neighboring list items to animate into place when one is removed.
Svelte compiles the details for you.
I& #39;d trade Suspense for this. https://svelte.dev/repl/003aeed602754d79a01a066452fb5bd2?version=3.20.1">https://svelte.dev/repl/003a...
Is there *anything* in userland even close to this simple?
Framer appears to be in another world
React-motion requires a computer science PhD
React-transition-group is incredibly awkward in practice.
React-anime appears promising, but ... are there docs? Is it maintained?
Framer appears to be in another world
React-motion requires a computer science PhD
React-transition-group is incredibly awkward in practice.
React-anime appears promising, but ... are there docs? Is it maintained?
Hey @Rich_Harris mind PR& #39;ing something equivalent into React please and thank you!