Title / Description
Code $(function(){ $('#UFO') .css({ position:'relative', top:'75px' }); setInterval(function(){ $('#UFO') .animate({top:'-75px'},'slow') .animate({top:'75px'},'slow'); },1); });
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code