hyperoslo / Lightbox

:milky_way: A convenient and easy to use image viewer for your iOS app
https://www.hyper.no
Other
1.62k stars 326 forks source link

Transition when presenting LightboxController #255

Closed amahairides closed 3 years ago

amahairides commented 4 years ago

Hi, what I wanna do is this: 1) tap an image 2) image transitions to full screen and becomes the lightboxController

Is this already possible with your library? I could not find anything besides the internal transitioningDelegate you are using to transition to the next/previous images.

How could I do this?

Thanks

3lvis commented 3 years ago

Hi @amahairides, it's not possible you might be interested in using https://github.com/3lvis/viewer

I don't think we'll expand the transitions for this library.