Hi Friends, is it possible to use the `AnimatedVis...
# kobweb
s
Hi Friends, is it possible to use the
AnimatedVisibility
composable in Kobweb somehow? When I'm trying to use it in my app, I see this error ⬇️
d
No
AnimatedVisibility
, in Kobweb you do animations the HTML / CSS way https://github.com/varabyte/kobweb#animations
You should also look up the CSS transition property, which is perfect for easy animations: https://www.w3schools.com/css/css3_transitions.asp
BTW can you share the common and JS dependency blocks of your build.gradle.kts file?
s
I'm using
compose.animation
and
compose.ui
to get access to Compose Animation APIs like
animate*AsState
(which works absolutely fine on JS )
d
Huh wow. Well you're in no man's land as far as I know. Good luck! 😁
😂 1