Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: ui/file_manager/file_manager/foreground/css/share_dialog.css

Issue 2748983002: Make window resizing animation of share dialog faster to mitigate UI glitch. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/share_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/share_dialog.css
diff --git a/ui/file_manager/file_manager/foreground/css/share_dialog.css b/ui/file_manager/file_manager/foreground/css/share_dialog.css
index ab48261694032a9badf3974110310ddc85bfded4..8b0a0ec7ced5531bd51d7b9b4970a2a3ee1c9d85 100644
--- a/ui/file_manager/file_manager/foreground/css/share_dialog.css
+++ b/ui/file_manager/file_manager/foreground/css/share_dialog.css
@@ -16,7 +16,7 @@
height: 100px;
margin-top: 10px;
min-width: 300px;
- transition: height 200ms ease-out;
+ transition: height 66ms ease-out;
}
.share-dialog-webview-wrapper:not(.loaded) {
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/share_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698