| 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;
|
|
|