If I have a `ContentTransform` with `fadeIn()` and...
# compose
z
If I have a
ContentTransform
with
fadeIn()
and `slideOutVertically()`; is it expected that the slideOutVertically should fade out as well? This doesnt make sense to me, is it a bug?
s
no, you must combine it with
fadeOut()
z
Seems like a bug to me then! https://issuetracker.google.com/issues/240795995 🙂