oleksandrbalan / minabox

Lazy box library for Jetpack Compose, which allows to display lazy loaded items on the 2D plane.
Apache License 2.0
287 stars 18 forks source link

Request Zoom features #17

Open toshiamo opened 6 months ago

toshiamo commented 6 months ago

Can I request zoomable (scale) feature? I think offset, pan and fling not enough. Thanks.

oleksandrbalan commented 5 months ago

As for me zooming will greatly reduce performance, as there would be much more items to display in the viewport.

I will add an enhancement label, and try to investigate how it could be implemented 👌

toshiamo commented 5 months ago

thank You bro...