temo2Ginal Posted September 4, 2013 Posted September 4, 2013 <html> <head> <script type="text/javascript"> </script> </head> <body> <div id="anime" style="width:200px; height=50px; background-color: orange; position:absolute; ">asdaad </div> <script type="text/javascript"> function anime(){ for(i=0; i<1000; i++){ document.getElementById("anime").style.right=i;} } setInterval("anime()",1000); </script> </body> </html> მინდა, რომ დივი მოძრაობდეს სანამ "I" არ იქნება 1000 ან მეტი. auuu au mivxvdi daikidet
Recommended Posts