diff options
author | LAN-TW <lantw44@gmail.com> | 2013-05-04 02:34:41 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-05-04 02:34:55 +0800 |
commit | 3e5eb3a04d2772f4e6d746f99014845f6503223e (patch) | |
tree | 948185ddedb0805809463522db921a08e332fcb4 /web/jcs/index.js | |
parent | f32ce06a7c13bb6803e7062562781bb9f8619b41 (diff) | |
parent | 7557a467ea27ca6e0b0ea25b1d903d63a324ee11 (diff) | |
download | taiwan-online-judge-lantw44-master.tar.gz taiwan-online-judge-lantw44-master.tar.zst taiwan-online-judge-lantw44-master.zip |
Taiwan Online Judge upstream start developing the new version using python.
I will not provide any updates until the new python version reaches stable.
Diffstat (limited to 'web/jcs/index.js')
-rw-r--r-- | web/jcs/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/jcs/index.js b/web/jcs/index.js index 1d90756..262b5fa 100644 --- a/web/jcs/index.js +++ b/web/jcs/index.js @@ -23,6 +23,7 @@ var index = new function(){ j_panel.addClass('panel_m'); $('#index_panel_box').stop().css('opacity','1').animate({width:240},'slow','easeOutExpo'); + $('#index_panel span.title').stop().animate({left:0},'slow','easeOutQuart'); $('#index_panel a.button').stop().animate({left:0},'slow','easeOutQuart'); } }else{ @@ -31,6 +32,7 @@ var index = new function(){ $('#index_panel_box').stop().animate({opacity:0},'fast','easeOutQuad', function(){ $('#index_panel_box').css('width','0px'); + $('#index_panel span.title').css('left','50%'); $('#index_panel a.button').css('left','50%'); that.page_scroll_unlock(); |