I’m trying to show a popup with a fade-in animatio...
# compose
a
I’m trying to show a popup with a fade-in animation and a shadow. The problem is that during the animation, the shadow is clipped. I’m guessing it’s because the fade-in is done via a graphics layer whose size is matched to the content. I could add padding but this comes with a bunch of other problems (positioning, detecting mouse-over it). Is there any other workaround? Or maybe I’m doing it wrong…
Same problem exists for
expandVertically