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(carousel): optimize flashing when sliding #648

Merged
merged 2 commits into from Jun 1, 2021

Conversation

jianhuagao
Copy link
Contributor

No description provided.

Comment on lines 19 to 20
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webkit 和 moz 可以省略,编译会自动补

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@codecov
Copy link

codecov bot commented Jun 1, 2021

Codecov Report

Merging #648 (f880d39) into master (4caee90) will not change coverage.
The diff coverage is n/a.

❗ Current head f880d39 differs from pull request most recent head 36c01a3. Consider uploading reports for the commit 36c01a3 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #648   +/-   ##
=======================================
  Coverage   82.76%   82.76%           
=======================================
  Files         180      180           
  Lines        5111     5111           
  Branches     1126     1126           
=======================================
  Hits         4230     4230           
  Misses        873      873           
  Partials        8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4caee90...36c01a3. Read the comment docs.

@netlify
Copy link

netlify bot commented Jun 1, 2021

✔️ Deploy Preview for zarm ready!

🔨 Explore the source changes: 36c01a3

🔍 Inspect the deploy log: https://app.netlify.com/sites/zarm/deploys/60b5a1cb13b62b0008a46f50

😎 Browse the preview: https://deploy-preview-648--zarm.netlify.app

Copy link
Contributor Author

@jianhuagao jianhuagao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉 -webkit- -moz-

@JeromeLin JeromeLin merged commit 57f0b80 into ZhongAnTech:master Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants