۵٬۱۲۰
ویرایش
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱۰۹: | خط ۱۰۹: | ||
animations.leftNavigation[ "right" ] = "1em"; | animations.leftNavigation[ "right" ] = "1em"; | ||
$("collsidebar").css("background-image", "url(/images/thumb/ | $("collsidebar").css("background-image", "url('/images/thumb/c/cf/Left.png/20px-Left.png')"); | ||
if ( isOldIE ) { | if ( isOldIE ) { | ||
خط ۱۴۶: | خط ۱۴۶: | ||
}; | }; | ||
animations.mwPanelIE[ | animations.mwPanelIE[ "right" ] = "-0.01em"; | ||
animations.mwPanelNonIE[ | animations.mwPanelNonIE[ "right" ] = 0; | ||
animations.notSidebar[ | animations.notSidebar[ "margin-right" ] = "10em"; | ||
animations.leftNavigation[ | 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 | nodes.$mwPanel.css( "right", "0em" ); | ||
}); | }); | ||
} else { | } else { | ||
خط ۱۵۹: | خط ۱۵۹: | ||
} | } | ||
nodes.$notSidebar.animate( animations.notSidebar, duration ); | nodes.$notSidebar.animate( animations.notSidebar, duration ); | ||
nodes.$leftNavigation.animate( animations.leftNavigation, duration ); | nodes.$leftNavigation.animate( animations.leftNavigation, duration ); |
ویرایش