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

Unified Diff: chrome/browser/resources/slideshow.html

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: 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/slideshow.html
diff --git a/chrome/browser/resources/slideshow.html b/chrome/browser/resources/slideshow.html
index b93d5ba93a4a26ad71ff213436c582006c2b39cb..0098e01076a5feca078bee61232749c14953c734 100644
--- a/chrome/browser/resources/slideshow.html
+++ b/chrome/browser/resources/slideshow.html
@@ -59,7 +59,7 @@ body {
position: absolute;
top: 0;
-webkit-transition-property: left;
- -webkit-transition-duration: 1s;
+ -webkit-transition-duration: 1000ms;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;

Powered by Google App Engine
This is Rietveld 408576698