I have an image that needs to "bounce" up and down continuously on window load, like the scroll image at the top of this page: http://www.complex.com/pop-culture/zendaya-interview-2015-cover-story
I do not want to use jQuery ui. I need the image to complete one animation (animate down 20px) and then perform the next (animate up 20px) on loop. I can't seem to figure out 1) the two-step animation and 2) looping that animation.