jQuery('#parallax .button').hover( -> jQuery(@).animate({left: "480px"}, 500) -> jQuery(@).animate({left: "100%"}, 500) )