مدیاویکی:Gadget-sidebarToggle.js: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۰۹: خط ۱۰۹:
animations.leftNavigation[ "right" ] = "1em";
animations.leftNavigation[ "right" ] = "1em";


  $("collsidebar").css("background-image", "url(/images/thumb/8/87/Top.png/20px-Top.png)");
  $("collsidebar").css("background-image", "url('/images/thumb/c/cf/Left.png/20px-Left.png')");


if ( isOldIE ) {
if ( isOldIE ) {
خط ۱۴۶: خط ۱۴۶:
};
};
   
   
animations.mwPanelIE[ flipCSSProp("left") ] = "-0.01em";
animations.mwPanelIE[ "right" ] = "-0.01em";
animations.mwPanelNonIE[ flipCSSProp("left") ] = 0;
animations.mwPanelNonIE[ "right" ] = 0;
animations.notSidebar[ flipCSSProp("margin-left") ] = "10em";
animations.notSidebar[ "margin-right" ] = "10em";
animations.leftNavigation[ flipCSSProp("left") ] = "10em";
animations.leftNavigation[ "right" ] = "10em";
   
   
if ( isOldIE ) {
if ( isOldIE ) {
nodes.$mwPanel.animate( animations.mwPanelIE, duration, function () {
nodes.$mwPanel.animate( animations.mwPanelIE, duration, function () {
nodes.$mwPanel.css( flipCSSProp("left"), "0em" );
nodes.$mwPanel.css( "right", "0em" );
});
});
} else {
} else {
خط ۱۵۹: خط ۱۵۹:
}
}
   
   
nodes.$content.css( "background-image", "" );
nodes.$notSidebar.animate( animations.notSidebar, duration );
nodes.$notSidebar.animate( animations.notSidebar, duration );
nodes.$leftNavigation.animate( animations.leftNavigation, duration );
nodes.$leftNavigation.animate( animations.leftNavigation, duration );