Commit 46e4793e authored by hcarmona's avatar hcarmona Committed by Commit bot

Update CSS to delay change in visibility so it matches the overlay

BUG=429652

Review URL: https://codereview.chromium.org/700463005

Cr-Commit-Position: refs/heads/master@{#302658}
parent 6410d7ad
...@@ -80,5 +80,12 @@ ...@@ -80,5 +80,12 @@
} }
.preview-area-overlayed { .preview-area-overlayed {
/**
* The 100 ms delay here is intended to match that of
* #preview-area .preview-area-overlay-layer.invisible
* This is important because without this delay there will be a noticeable
* flicker whenever the overlay is displayed for a short period of time.
*/
transition: visibility 100ms linear 100ms;
visibility: hidden; visibility: hidden;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment