Commit 8bb08974 by doszhang

dos

parent 1ea4885c
......@@ -790,7 +790,7 @@ function addFlag(e) {
// target.startX = e.pageX;
// target.startY = e.pageY;
// calculationStep(target.startX, target.endX, target.startY, target.endY);
$('.flag-page .flag-block .star1,.flag-page .flag-block .star2').addClass('animate');
$(e.currentTarget).find('.star1,.star2').addClass('animate');
setTimeout(function () {
$('.flag-page .flag-block .star1,.flag-page .flag-block .star2').removeClass('animate');
}, 2500);
......
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