julioromano
06/16/2022, 2:06 PMpointerInput
and graphicsLayer
to implement 360 degree scrolling on a composable (using translationX and translationY).
It seems to work but I can scroll the composable infinitely (bringing it completely out of the screen), how is it possible to compute the actual bounds of the composable so that I can stop the translation when the bounds have been reached?Chris Fillmore
06/18/2022, 12:51 PMjulioromano
06/21/2022, 11:03 AM