You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to scroll the last element into view when zooming out?
This would be helpful in a large gallery.
e. g. if you swipe through 50 of 100 images and zoom out, you have to start from the beginning or scroll through the images and find the last one you've viewed.
Scrolling the last element into view when zooming out would help very much.
The text was updated successfully, but these errors were encountered:
josobrate
changed the title
Scroll to last element when zoom out
Scroll last element into view when zoom out
May 1, 2024
Doing it in change makes sure it's ready before the gallery becomes visible, and the isOpening check is so it doesn't scroll the view when entering, only when exiting. (That's an internal interface, but simpler than tracking it myself.) "instant" makes sure it doesn't trigger a smooth scroll animation, since this is meant to happen offscreen.
Is it possible to scroll the last element into view when zooming out?
This would be helpful in a large gallery.
e. g. if you swipe through 50 of 100 images and zoom out, you have to start from the beginning or scroll through the images and find the last one you've viewed.
Scrolling the last element into view when zooming out would help very much.
The text was updated successfully, but these errors were encountered: