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

Add Pager clipped property #315

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add Pager clipped property #315

wants to merge 2 commits into from

Conversation

yurihan
Copy link

@yurihan yurihan commented Apr 5, 2023

I found an issue where the top and bottom of the Pager were being clipped by default, causing problems when trying to achieve the effect seen in the video below.

2023-04-05.2.59.36.mov

To fix this issue, I added a new property called isClipped to the Pager, which can be set to false to prevent the clipping.

Pager(...).isClipped(false)
2023-04-05.3.00.44.mov

@AlTavares
Copy link

Excellent, I was having the same issue, but with shadows.

@grdsdev
Copy link

grdsdev commented Jul 27, 2023

Having the same issue, would be nice to have this merged, @fermoya can you review this please?

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

Successfully merging this pull request may close these issues.

None yet

4 participants