common page & animation

This commit is contained in:
life
2014-09-23 18:56:04 +08:00
parent 2221f146de
commit cff6efde91
19 changed files with 1516 additions and 172 deletions

File diff suppressed because one or more lines are too long

View File

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