t2
Javascript
code posted
by
壱冢想西
created at 04 Jun 12:46
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 |
$(function(){ $('#UFO') .css({ position:'relative', top:'75px' }); setInterval(function(){ $('#UFO') .animate({top:'-75px'},'slow') .animate({top:'75px'},'slow'); },1); }); |
204 Bytes in 2 ms with coderay