Commit 09bb2c01 by doszhang

dos

parent 78528a68
......@@ -169,8 +169,8 @@ 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);
item.find('.flag-line,.flag-no,.text-bottom').css('animation', 'none 0 ease 0 1 normal').delay(300).fadeIn(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;
$('.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