hello, is there anything known about elevation bec...
# compose-web
p
hello, is there anything known about elevation becoming available for web/wasm?
a
wdym by elevation
p
shadow/z-depth
w
That should already work on web, in the sense that shadows do render. Is there a specific scenario you're trying to use?
p
hmm i just a have a card with a elevation modifier, but i dont see the shadow like i see it on Android. nothing special
o
you can try to play with elevationValue here - https://kotlinlang.org/api/compose-multiplatform/material3/androidx.compose.material3/-card.html (click the setting icon button at the bottom right to see the parameters) I see that the shadow is there and it changes with elevationValue
👍 2