Commit 78528a68 by doszhang

dos

parent 9d619466
......@@ -169,7 +169,7 @@ function createItem(flag, no) {
item.find('.flag-no').text(no);
item.find('.flag-text').append('<span>' + flag + '</span>').addClass('flag' + no);
if (!first) {
$('.flag-block').fadeOut(300);
// $('.flag-block').fadeOut(300);
item.find('.flag-line,.flag-no,.text-bottom').css('animation', 'none 0 ease 0 1 normal').delay(300).fadeIn(300);
}
first = false;
......
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