Yuvipanda has submitted this change and it was merged.

Change subject: Make animation mixin cleaner
......................................................................


Make animation mixin cleaner

Change-Id: I5103daf43112d5a412c030dd90fda67a08469885
---
M resources/ext.popups.animation.less
1 file changed, 5 insertions(+), 6 deletions(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/resources/ext.popups.animation.less 
b/resources/ext.popups.animation.less
index 2dd335f..f12d15c 100644
--- a/resources/ext.popups.animation.less
+++ b/resources/ext.popups.animation.less
@@ -6,12 +6,11 @@
        transform: translate(@x, @y);
 }
 
-.mwe-popups-animation ( @name, @duration ) {
-       -webkit-animation: @name @duration;
-       -moz-animation: @name @duration;
-       -ms-animation: @name @duration;
-       -o-animation: @name @duration;
-       animation: @name @duration;
+.mwe-popups-animation ( ... ) {
+       -webkit-animation: @arguments;
+       -moz-animation: @arguments;
+       -o-animation: @arguments;
+       animation: @arguments;
 }
 
 @-webkit-keyframes mwe-popups-fade-in {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5103daf43112d5a412c030dd90fda67a08469885
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Popups
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to