| Index: chrome/browser/resources/ntp4/tile_page.css
|
| diff --git a/chrome/browser/resources/ntp4/tile_page.css b/chrome/browser/resources/ntp4/tile_page.css
|
| index 70ac3d8665077a65b3d8f85280590e8dc71a7c66..f118f06a108737035621224955b65a141a9576fd 100644
|
| --- a/chrome/browser/resources/ntp4/tile_page.css
|
| +++ b/chrome/browser/resources/ntp4/tile_page.css
|
| @@ -78,7 +78,7 @@
|
| pointer-events: none;
|
| position: fixed;
|
| z-index: 3;
|
| - -webkit-transition: opacity 0.2s;
|
| + -webkit-transition: opacity 200ms;
|
| }
|
|
|
| .tile.drag-representation.placing > * {
|
| @@ -124,7 +124,7 @@
|
| }
|
|
|
| .tile > .new-tile-contents {
|
| - -webkit-animation: bounce 0.5s ease-in-out;
|
| + -webkit-animation: bounce 500ms ease-in-out;
|
| }
|
|
|
| @-webkit-keyframes blipout {
|
| @@ -153,7 +153,7 @@
|
|
|
| .tile > .removing-tile-contents {
|
| pointer-events: none;
|
| - -webkit-animation: blipout 0.3s;
|
| + -webkit-animation: blipout 300ms;
|
| }
|
|
|
| .tile-page:not(.selected-card) * {
|
|
|