-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix(RC): adjust transition animations according to the design documentation [WPB-1817] #2169
fix(RC): adjust transition animations according to the design documentation [WPB-1817] #2169
Conversation
…st-transition-animations-rc
Build 497 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
…st-transition-animations-rc
Build 506 succeeded. The build produced the following APK's: |
…st-transition-animations-rc
APKs built during tests are available here. Scroll down to Artifacts! |
Build 520 succeeded. The build produced the following APK's: |
…st-transition-animations-rc
Build 535 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 540 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Copy of #2138
Issues
Current transition animations are not fully aligned with the design documentation.
Solutions
New and existing transition animations and their parameters adjusted to the design documentation, in consultation with Wolfgang. Created
TransitionAnimationType
with both animation types (slide and pop-up) and set default enter, exit, popEnter and popExit animations for them. Provided more destination styles to be able to set custom transitions for some screens. Basically, every screen having X button instead of back arrow should use the "pop-up" animation. Implemented baseDestinationStyleAnimated
interface to handle the logic of choosing the right transition animation depending on the recently opened destination, to not mix two transition styles when both destinations involved in the transition use different styles.Attachments (Optional)
transition_animations.mp4
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.