Closed fatuhoku closed 9 years ago
I'm not quite sure how this would look but I suggest you have a look at how 'navigation steps' work in the SCStackViewController. If that's indeed what you need I might be able to port them to the page view controller.
Never mind — I went for a different solution in the end. I think too many percent-driven transitions happening all in one go probably is the wrong abstraction anyway.
:ok_hand:
I have a use-case where I have a sequence of transparent pages that I want to present as horizontal row of pages, except, with the next page overlapping the current page by half a page's width.
I was able to approximate this in the Demo application with the following:
However, I found the snapping behaviour between Page 0 and Page 1 to get confused: the transition stops anywhere, as opposed to snapping to 0% or 50%.