Marcin Wisniowski
01/06/2025, 12:44 PMModifier.offset
, the animation isn't smooth but steps pixel-by-pixel, which is very noticeable if the animated movement is slow. Is there a way to animate the movement with smooth non-integer offset values? In other words, can I offset a Composable by half a pixel?Marcin Wisniowski
01/06/2025, 12:48 PMLouis
01/06/2025, 12:53 PMoffset { }
or offset()
?Marcin Wisniowski
01/06/2025, 12:53 PMoffset { }
Louis
01/06/2025, 12:57 PMMarcin Wisniowski
01/06/2025, 1:01 PM