-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify tab transitions with the other transitions #1332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
The transition used for the content views (Transitions.transitContentViews
) has DEFAULT_DURATION/2
duration. I think we should adjust that as well to have both the same. The DEFAULT_DURATION/4
seems better to me.
Added the change. @HenrikJannsen were you referring to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Both the fade and the side animation. |
e6c6947
to
a65df23
Compare
Added it for the slide out transition as well. Can you confirm those are the ones you were referring? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
The trade wizard/ create offer popups use a different transition style (slower, left/right). The other popups with tabs (reputation) use the also the fast right out transition. I think we should harmonize all those transitions (not as part of that PR) and use the same methods in the Transitions class. I find the left/right transition when using back/next buttons more intuitive. Not sure if that is also the best option for tab views without next/back buttons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Resolve #1328