Fixed
Status Update
Comments
le...@google.com <le...@google.com>
an...@google.com <an...@google.com> #2
This is a browser bug related to user selectable zoom level.
ap...@google.com <ap...@google.com> #3
This appears to be the same issue I'm experiencing.
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.foundation:foundation:1.7.0-alpha07
androidx.compose.foundation:foundation-android:1.7.0-alpha07
androidx.compose.foundation:foundation-desktop:1.7.0-alpha07
Description
Feature Request: Add scroll animation spec to LazyRow/Column
In compose 1.6.0 [BringIntoViewSpec](
Foundation defines its own spec - `ScrollableDefaults.bringIntoViewSpec` - without the ability to customize at the defaults of `Modifier.scrollableWithPivot` via `LazyRow` or `LazyColumn`.