Replies: 4 comments 3 replies
-
Sorry for not seeing this discussion earlier. Can you describe more clearly what you mean about "animating item placement"? Note that SimpleGrid is designed to solve a very common case, basically a super simple flowing layout that is furthermore responsive to the size of the page. If you need to do anything more complicated, we usually recommend using a CSS grid (which you'd do in Kobweb with |
Beta Was this translation helpful? Give feedback.
-
Hi. I was referring to .animateItemPlacement() modifier of Compose. Also the behaviour you would get from Diffutil with RecyclerView. |
Beta Was this translation helpful? Give feedback.
-
Okay, thank you for the response. |
Beta Was this translation helpful? Give feedback.
-
Yes, you can do anything in Compose HTML that you can in HTML / CSS / JavaScript. However, sometimes it's a pain due to API gaps. Kobweb is trying to help with that. I'm not sure how far you got through the README but I tried to capture a realistic example of what this experience is like: https://github.com/varabyte/kobweb#learning-css-through-kobweb |
Beta Was this translation helpful? Give feedback.
-
Hi. Is there a way to animate items placement in kobweb in structures like SimpleGrid? I wanted to implement a filtering logic for a limited list of items.
Beta Was this translation helpful? Give feedback.
All reactions