Commit b2594930 by doszhang

dos

parent 81a83604
...@@ -64,11 +64,11 @@ $(document).ready(function () { ...@@ -64,11 +64,11 @@ $(document).ready(function () {
}); });
function hideRule () { function hideRule () {
$('.dialog-rule').hide(); $('.dialog-rule').fadeIn(300);
} }
function showRule () { function showRule () {
$('.dialog-rule').show(); $('.dialog-rule').fadeOut(300);
} }
function getTranslateDistance(cardinal = 0) { function getTranslateDistance(cardinal = 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment