-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature
: Add navigation animations
#222
Conversation
# Conflicts: # feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/ConversationScreen.kt # feature/settings/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/settings/SettingsScreen.kt
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.
Just tested it. Navigating feels so much better now :)
I tested different animation durations and I think 220 is a good choice! I also like the new instance selection. Couldn't find any issues in the code, just one comment:
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/ui/SinglePageConversationBody.kt
Outdated
Show resolved
Hide resolved
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.
It’s looking good! 😊 The navigation feels smoother now, and the experience is much improved.
Problem Description
Currently there are no animations when navigating the app. There should be smooth animations when navigating from one screen to another.
Changes
I have tested that adding the animations does not mess with the different layouts on both tablets and foldables.
Steps for testing
Navigate through all the app's screens and see that there are now animations when navigating