From f923332c9376ed456836b79e32b3aff70d510a0f Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Fri, 3 Sep 2010 22:33:53 +0000 Subject: NTP: Add transitions. BUG=53978 TEST=Install an app. Expand and collapse sections. Things should swish. Review URL: http://codereview.chromium.org/3346006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58556 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/ntp/apps.js | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/resources/ntp/apps.js') diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js index 1c45945..0099634 100644 --- a/chrome/browser/resources/ntp/apps.js +++ b/chrome/browser/resources/ntp/apps.js @@ -26,6 +26,7 @@ function getAppsCallback(data) { }); appsSection.classList.remove('disabled'); + updateMiniviewClipping(appsMiniview); layoutSections(); } -- cgit v1.1