fix animation when toggle writing mod

This commit is contained in:
life
2014-09-24 10:06:30 +08:00
parent cff6efde91
commit 99956cfd72
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -811,7 +811,7 @@ editorMode.prototype.writtingMode = function() {
$("#lock").css({right:0, bottom:0}); $("#lock").css({right:0, bottom:0});
// $("#lock").animate({right:0}, 0); // $("#lock").animate({right:0}, 0);
*/ */
$("#pageInner").removeClass("animated fadeInUp"); // $("#pageInner").removeClass("animated fadeInUp");
$("#themeLink").attr("href", "/css/theme/writting-overwrite.css"); $("#themeLink").attr("href", "/css/theme/writting-overwrite.css");
@ -832,7 +832,7 @@ editorMode.prototype.writtingMode = function() {
// $("#lock").animate({right:w},1000); // $("#lock").animate({right:w},1000);
// $("body").fadeIn(); // $("body").fadeIn();
$("#pageInner").addClass("animated fadeInUp"); //$("#pageInner").addClass("animated fadeInUp");
this.resizeEditor(); this.resizeEditor();