Commit 6677095b by doszhang

dos

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