Hi, how would I do what `AnimatedContent { .. }` d...
# kobweb
u
Hi, how would I do what
AnimatedContent { .. }
does? i.e. to transition between composables based on input state?
s
👍 1
generally what you want to do for css styling (or js browser functionality) is to search the internet how you would do it with plain css/html/js and try to recreate it in kobweb. often you'll find code snippets which you can paste into https://opletter.github.io/css2kobweb/ to quickly turn css into kobweb code