We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for your nice library! It would be good to have another effect on transition
The following example create a presentation from bottom to up leaving a small portion of screen free on top.
var presentation = JellySlideInPresentation() presentation.presentationCurve = .easeInEaseOut presentation.heightForViewController = JellyConstants.Size.custom(value: UIScreen.main.bounds.size.height - 60.0) presentation.directionShow = .bottom presentation.verticalAlignemt = .bottom presentation.directionDismiss = .bottom presentation.jellyness = .jelly presentation.isTapBackgroundToDismissEnabled = true let animator = JellyAnimator(presentation: presentation) animator.prepare(viewController: modal_navigation)
I would to see the background controller showed in perspective (a little smaller)
The text was updated successfully, but these errors were encountered:
Sounds great. I will put that on my list.
Sorry, something went wrong.
Is the desired animation similar to new message in mail?
SebastianBoldt#41 - Added perspective to Cover Animation
ea91a94
SebastianBoldt
No branches or pull requests
Thank you for your nice library!
It would be good to have another effect on transition
The following example create a presentation from bottom to up leaving a small portion of screen free on top.
I would to see the background controller showed in perspective (a little smaller)
The text was updated successfully, but these errors were encountered: