MediaWiki:Common.js: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 48: Line 48:
             var currentPadding = $cells.css('padding');
             var currentPadding = $cells.css('padding');
             $cellContentWrappers = $(this).find('.slideRowUp');
             $cellContentWrappers = $(this).find('.slideRowUp');
             $cellContentWrappers.slideUp(sR.thisCallArgs.slideSpeed,sR.thisCallArgs.easing).parent().animate({
             $cellContentWrappers.slideUp({
                                                                                                                paddingTop: '0px',
duration: sR.thisCallArgs.slideSpeed,
                                                                                                                paddingBottom: '0px'},{
easing: sR.thisCallArgs.easing,
                                                                                                                complete: function () {
progress: function(promise, progress, remains){
                                                                                                                    $(this).children('.slideRowUp').replaceWith($(this).children('.slideRowUp').contents());
if(typeof sR.thisCallArgs.callback_ticking == "function")
                                                                                                                    $(this).parent().css({'display':'none'});
sR.thisCallArgs.callback_ticking.call(this);
                                                                                                                    $(this).css({'padding': currentPadding});
}
                                                                                                                },
}).parent().animate({
progress: function($promise, $progress, $remains){
paddingTop: '0px',
alert("progress");
paddingBottom: '0px'},{
if(typeof sR.thisCallArgs.callback_ticking == "function")
complete: function () {
sR.thisCallArgs.callback_ticking.call(this);
$(this).children('.slideRowUp').replaceWith($(this).children('.slideRowUp').contents());
}});
$(this).parent().css({'display':'none'});
$(this).css({'padding': currentPadding});
}
});
             var wait = setInterval(function () {
             var wait = setInterval(function () {
                 if($cellContentWrappers.is(':animated') === false) {
                 if($cellContentWrappers.is(':animated') === false) {
Confirmedusers, editor, Administrators
886

edits