From 2ac50f49bfd58329eed0dbc67994800967ce7a98 Mon Sep 17 00:00:00 2001 From: Pau Giner Date: Mon, 28 Apr 2014 10:28:18 -0700 Subject: [PATCH] Adjust invite animation for Media Viewer With latest refactorings, the animatin looked like a glitch. The position of the panel has been adjusted to (a) make the initial position the same as shown while the progress bar for better continuity, and (b) make the move more noticeable by increasing the distance the panel moves. To test, clear the local storage variable mmv.hasOpenedMetadata Change-Id: Ie3ed29826fa15bf4c6b38f0fc8bde4bd84563fb9 --- resources/mmv/ui/mmv.ui.metadataPanel.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/mmv/ui/mmv.ui.metadataPanel.less b/resources/mmv/ui/mmv.ui.metadataPanel.less index f892f8ddf..3d615e955 100644 --- a/resources/mmv/ui/mmv.ui.metadataPanel.less +++ b/resources/mmv/ui/mmv.ui.metadataPanel.less @@ -56,10 +56,10 @@ .mw-mmv-invite-animation() { 0% { - margin-top: 5px; + margin-top: 0px; } 50% { - margin-top: -3px; + margin-top: -15px; } 100% { margin-top: 0;