Ian Warwick
01/13/2020, 12:07 PMmatvei
01/13/2020, 12:16 PMIan Warwick
01/13/2020, 1:00 PMIan Warwick
01/13/2020, 2:51 PMContainer
or Surface
containing other composables?Ian Warwick
01/13/2020, 2:53 PMmatvei
01/13/2020, 2:55 PMmatvei
01/13/2020, 2:56 PMIan Warwick
01/13/2020, 2:57 PMCard{}
(at top of screenie) and I want to animate the whole card and its content as if its being flipped around... I could maybe take a snapshot image of it and rotate that to fake it might workIan Warwick
01/13/2020, 10:02 PMIan Warwick
01/14/2020, 12:58 PMModifier
API could support more than size modifications though also orientation?matvei
01/14/2020, 1:02 PMContainer(modifier = LayoputPadding(10.dp) + RotationX(0.1f) )
. but I'm not sure if it's doable right now
I don't know about particular plans, but agree that would be nice to have.Ian Warwick
01/14/2020, 1:05 PM