Index: chrome/browser/resources/ntp4/apps_page.css |
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css |
index 1e1f5ee4eaface188a9c07619f265aed7dd6addf..287304d569988d7c1707c242cf100f1cf0700811 100644 |
--- a/chrome/browser/resources/ntp4/apps_page.css |
+++ b/chrome/browser/resources/ntp4/apps_page.css |
@@ -9,7 +9,7 @@ |
} |
.app-contents { |
- -webkit-transition: transform 100ms; |
+ transition: transform 100ms; |
} |
.app-contents:active:not(.suppress-active), |
@@ -23,7 +23,7 @@ |
/* Active gets applied right before .suppress-active, so to avoid flicker |
* we need to make the scale go back to normal without an animation. */ |
.app-contents.suppress-active { |
- -webkit-transition-duration: 0ms; |
+ transition-duration: 0ms; |
} |
.app-contents > span { |