JQuery Animate with Effect 'Bounce' after animation is complete?
问题 I've been hunting around for an answer on here, Google, etc., and can't seem to quite nail this one. I have an image with an ID of #pin01. This is a pin on a map that I have animating down within a div, landing on an image of a map (think Google map). My JQuery, which works just great, is this: $('#pin01').animate({ opacity: 0}, 0).delay(500); $('#pin01').animate({ opacity: 1, top: "305px" }, 500); and my HTML is as follows: <img src="images/pin_blue.png" id="pin01" /> The animation works