how would you approach implementing this reveal ef...
# compose
m
how would you approach implementing this reveal effect? • animate background or use
Modifier.graphicLayer
or
Modifier.drawX
or have separate composable that you are animating • how to clip reveal composable to the
TopAppBar
bounds? I’ve tried something but circle goes outside `TopAppBar`’s bounds • some general advice if you’ve implemented something similar