I wonder if x and y for composables cannot be animated? With regard to this picture,
https://developer.android.com/images/jetpack/compose/gestures-drag.gif▾
, the offsets are changed (object translated), but the location (x,y) of the box remains the same. How can we also change the location of the box along with the offsets as the user drags the item?