پرش به محتوا

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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۵۴: خط ۱۵۴:
nodes.$leftNavigation.animate( animations.leftNavigation, duration);
nodes.$leftNavigation.animate( animations.leftNavigation, duration);
$("#collsidebar").css("background-image", "url('/images/thumb/c/cf/Left.png/20px-Left.png')");
$("#collsidebar").css("transform", "rotate(180deg)");
state = "collapsed";
state = "collapsed";
خط ۱۹۱: خط ۱۹۱:
nodes.$notSidebar.animate( animations.notSidebar, duration );
nodes.$notSidebar.animate( animations.notSidebar, duration );
nodes.$leftNavigation.animate( animations.leftNavigation, duration );
nodes.$leftNavigation.animate( animations.leftNavigation, duration );
$("#collsidebar").css("transform", "rotate(180deg)");
 
state = "expanded";
state = "expanded";