Skip to content
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

Form17 window shakes when DrawerAutoShow=true #180

Open
toolgood opened this issue Sep 27, 2024 · 2 comments
Open

Form17 window shakes when DrawerAutoShow=true #180

toolgood opened this issue Sep 27, 2024 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@toolgood
Copy link

Bug explanation

动画3

Version

Form17

@toolgood toolgood added the bug Something isn't working label Sep 27, 2024
Copy link

We're grateful you made your first issue notification. You can be sure that a response will be made as soon as possible.

@Taiizor Taiizor added the good first issue Good for newcomers label Sep 27, 2024
@toolgood
Copy link
Author

Adding the following code seems to have solved the problem

MaterialForm.cs

            _drawerShowHideAnimManager = new AnimationManager
            {
                AnimationType = AnimationType.EaseInOut,
                Increment = 0.04,
                Singular=false, //add codes
            };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants