kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.5k stars 450 forks source link

Can you add the transition animation for the menu items when they are switched? #68

Open DesmondPang opened 9 years ago

DesmondPang commented 9 years ago

I think you can add a transition animation effect for the menu items when user slide the page slowly. The current design is only to determine whether a page is swiped over half of screen and then switch the menu and fire the underline animation. What I mean is to synchronise to animations for menus and sliding page.

Like the navigation bar, when you slide the detail page to root page, the bar will be changed according how much displacement of the sliding page.

Sorry, very poor expression. I hope you can understand.

DesmondPang commented 9 years ago

Another example is the ACTIVITY page in Instagram app. When you slide page between " FOLLOWING" and "YOU" slowly, you can see the animation effect of the underline. That's what I am talking about. In short, I think the key thing is about sliding(pan gesture) and swiping(swipe gesture) action.

kitasuke commented 9 years ago

I like your idea! I'll look into how I can add the transition animation at first. Thanks for your suggestion!

Shivam101 commented 8 years ago

Any updates on how this can be achieved ?

kitasuke commented 8 years ago

It's still pending status...