-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Unified about window #1010
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
Unified about window #1010
Conversation
… in the same window and transitioning between them.
This is the animation bug I am referring to above. I spent about 4 or 5 hours trying to fix this trying different variations in howI am structuring my code. I will need some help fixing this. Screen.Recording.2023-01-20.at.6.29.04.PM.movThis is caused by the these lines of code. This padding enables the titlebar from blocking the scrollable content so content is not seen in the titlebar area. It also prevents the icon from animating over content during animation in a scrolled state. |
Signed-off-by: Wouter01 <wouterhennen@gmail.com>
6d4bae1
to
83d839d
Compare
Okay, fixed everything. Transitions are now seamless. Updated video in PR description. |
Description
Unified the about window by moving contributors and acknowledgement view in the same window and transitioning between them.
Note: There is a bug in the title animation and I will need some help fixing it. It seems like a SwiftUI but but I am not sure. See code for details.
Checklist
Screenshots
Screen_Recording_2023-01-22_at_3.25.21_PM.mov