Pginer has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/130107

Change subject: Adjust invite animation for Media Viewer
......................................................................

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
---
M resources/mmv/ui/mmv.ui.metadataPanel.less
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MultimediaViewer 
refs/changes/07/130107/1

diff --git a/resources/mmv/ui/mmv.ui.metadataPanel.less 
b/resources/mmv/ui/mmv.ui.metadataPanel.less
index f892f8d..3d615e9 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;

-- 
To view, visit https://gerrit.wikimedia.org/r/130107
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3ed29826fa15bf4c6b38f0fc8bde4bd84563fb9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: Pginer <pgi...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to