-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Push transition also does fade in/fade out of ViewControllers #136
Comments
@PavelKorolev hmmm just had a look at the scroll animation when using Would you be able to provide a video or something showing what you're seeing? |
Here is Gif |
Any updates on this? Don't want to go back with Pageboy version 1 but currently don't see any solution to workaround Apple's fade animation on push. |
@PavelKorolev hey sorry for taking so long! I've just released Pageboy 2.4 which should resolve the issue! You can now set |
@msaps Big thanks for that, works fine. As future improvement I can suggest to move this default behavior to |
@PavelKorolev this unfortunately isn’t possible as the default animation isn’t configurable at all. Simply a Sent with GitHawk |
When scrolling interaction is enabled on
PageboyViewController
and user swipes between pages there is no fade in/fade out effect on controller which comes from left/to right. But it's here onscrollToPage
. Looks like it's default behavior ofCATransition
withpush
type.On previous Pageboy versions there were no custom animations, so this behavior couldn't be reproduced. Is there any way to get same now?
The text was updated successfully, but these errors were encountered: