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

perf(display): optimize layer dragging performance #1781

Merged
merged 2 commits into from
Jun 4, 2020

Conversation

dlt1111
Copy link
Contributor

@dlt1111 dlt1111 commented Jun 1, 2020

1.Some states related to layer movement are isolated to avoid unnecessary rendering of other unrelated components.
2.Change move attribute from position to transform,and use willChange to enable hardware acceleration.
3.Fix redundant position movement due to asynchronous request

@dlt1111 dlt1111 changed the title ⚡perf(display): optimize layer dragging performance perf(display): optimize layer dragging performance Jun 1, 2020
@dlt1111 dlt1111 requested review from AndyFong and scottsut June 1, 2020 11:25
@AndyFong AndyFong merged commit 88c535e into edp963:dev-0.3 Jun 4, 2020
@AndyFong
Copy link
Contributor

AndyFong commented Jun 5, 2020

#1749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants