Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Ability to not clip children #325

Open
natario1 opened this issue Sep 11, 2023 · 1 comment
Open

[FEAT] Ability to not clip children #325

natario1 opened this issue Sep 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@natario1
Copy link

Is your feature request related to a problem? Please describe.
I'm working on an UI with a vertical list where each item is a horizontal Pager. Each pager contains images that are zoomable with a pinch gesture, and when zoom grows, the image is supposed to be drawn outside of the pager boundaries. Think of the Instagram feed, when the post is a carousel of images.

Describe the solution you'd like
An option to remove the clipped() modifier that pager applies by default. I removed it in a local clone and it works very well. Of course it wouldn't work in all scenarios, so this should be a configurable option I guess.

Describe alternatives you've considered
None.

Additional context
Thanks for your work! My experience with this library has been very smooth.

@natario1 natario1 added the enhancement New feature or request label Sep 11, 2023
@brstorm-jonghyunlee
Copy link

I also want an option to disable clipped() for card flip animation.
The cards are clipped vertically when flip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants