Commit b46bbad2 by doszhang

dos

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