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)

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)