Shubham Singh
12/24/2024, 7:00 PMAnimatedVisibility
composable in Kobweb somehow? When I'm trying to use it in my app, I see this error ⬇️David Herman
12/24/2024, 7:56 PMAnimatedVisibility
, in Kobweb you do animations the HTML / CSS way
https://github.com/varabyte/kobweb#animationsDavid Herman
12/24/2024, 7:57 PMDavid Herman
12/24/2024, 10:34 PMShubham Singh
12/25/2024, 3:21 AMcompose.animation
and compose.ui
to get access to Compose Animation APIs like animate*AsState
(which works absolutely fine on JS ✅)David Herman
12/25/2024, 4:13 AM