Marcin Wisniowski
02/26/2023, 6:19 PMAnimatedContent
with slideInVertically
/ slideOutVertically
, but the animated content gets clipped. How can I remove this clipping?annsofi
02/26/2023, 6:22 PM.using(
// Disable clipping since the faded slide-in/out should
// be displayed out of bounds.
SizeTransform(clip = false)
)
Marcin Wisniowski
02/26/2023, 6:35 PM