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

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/gallery.css

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reverting change to 1.8s -> 1800ms in print_preview.css Created 9 years, 1 month 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
Index: chrome/browser/resources/file_manager/js/image_editor/gallery.css
diff --git a/chrome/browser/resources/file_manager/js/image_editor/gallery.css b/chrome/browser/resources/file_manager/js/image_editor/gallery.css
index 2bf9927b51222716241444d960f9362cd562cc00..d7a661e24b4a997f8c15234bb0277db779522479 100644
--- a/chrome/browser/resources/file_manager/js/image_editor/gallery.css
+++ b/chrome/browser/resources/file_manager/js/image_editor/gallery.css
@@ -246,7 +246,7 @@ body {
-webkit-box-pack: left;
max-width: 100%;
- -webkit-transition: max-width 0.5s ease-in-out;
+ -webkit-transition: max-width 500ms ease-in-out;
z-index: 0;
}
@@ -271,7 +271,7 @@ body {
border: 2px solid rgba(255,255,255,0); /* transparent white */
margin-left: 2px;
- -webkit-transition: opacity 0.2s linear;
+ -webkit-transition: opacity 200ms linear;
}
.gallery .ribbon-image[inactive] {
@@ -300,7 +300,7 @@ body {
height: 100%;
pointer-events: none;
opacity: 0;
- -webkit-transition: opacity 0.2s linear;
+ -webkit-transition: opacity 200ms linear;
}
.gallery .toolbar .fade[active] {
@@ -332,7 +332,7 @@ body {
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
- -webkit-transition: width 0.5s ease-in-out;
+ -webkit-transition: width 500ms ease-in-out;
}
.gallery[editing] .toolbar .edit-bar {
@@ -343,7 +343,7 @@ body {
display: -webkit-box;
-webkit-box-orient: horizontal;
opacity: 0;
- -webkit-transition: opacity 0.25s ease-in-out;
+ -webkit-transition: opacity 250ms ease-in-out;
}
.gallery[editing] .edit-main {
@@ -666,7 +666,7 @@ body {
bottom: 60px;
background-color: white;
opacity: 1.0;
- -webkit-transition: opacity 0.5s ease-in-out;
+ -webkit-transition: opacity 500ms ease-in-out;
padding: 8px;
display: -webkit-box;
-webkit-box-orient: vertical;
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | chrome/browser/resources/file_manager/mediaplayer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698