Replies: 1 comment
-
I'm starting to use view transitions instead. Havent got it working perfectly yet but I'm pretty sure that's gonna work as a nice progressive enhancement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks! I've been trying to use GridList with https://github.com/aholachek/react-flip-toolkit but it's not animating.
Here is a demo showing the GridList and then a regular
<div>
both using the sameuseListData
list to render items. Notice how the GridList does not animate but the list below animates just fine on remove/drag-n-drop.I suspect this has something to do with how GridList controls rendering of children internally? Anyone got guesses on what I can try? Using react-aria hooks probably works but I'd love to be able to use react-aria-components directly to get the nice benefits GridList etc. offer out of the box.
Beta Was this translation helpful? Give feedback.
All reactions