| Index: chrome/browser/resources/ntp/apps.css
|
| diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css
|
| index 58f544a9f59794230d22608d7834b4ecf42e08dc..a199154816ad5a97af460766bac61d7d7f8f6d11 100644
|
| --- a/chrome/browser/resources/ntp/apps.css
|
| +++ b/chrome/browser/resources/ntp/apps.css
|
| @@ -81,11 +81,11 @@
|
| }
|
| }
|
|
|
| -.app[new=new] {
|
| +html[install-animation-enabled=true] .app[new=new] {
|
| opacity: 0;
|
| }
|
|
|
| -.app[new=installed] {
|
| +html[install-animation-enabled=true] .app[new=installed] {
|
| -webkit-animation: bounce .5s ease-in-out;
|
| -webkit-transition: opacity .5s;
|
| }
|
|
|