Brian Capps

Results 7 comments of Brian Capps

This would be awesome to have. :+1:

Here's an action shot of the transition in 1.0.1 as an example : ![simulator screen shot jan 26 2016 7 03 02 pm](https://cloud.githubusercontent.com/assets/25009/12724122/7e21305a-c8da-11e5-95d6-30fef9c504c3.png)

I also narrowed it down to [this line](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/Pod/Classes/ios/NYTPhotoTransitionAnimator.m#L126) in the transition animator. It assumes that the heights of the images should be used to scale the initial transform, but for...

One potential solution that I haven't fully tested yet, then, would be to check the `contentMode` for both the ending and starting views for animation and if it's `AspectFill` or...

Ideally, it would be great if the transition animator could store and later reset the background color(s) to the correct values. Since the animator objects are fairly generic and are...