Lovely Wolf
2008年09月28日
21:17
【第 75 話】 記事内の画像をCool にアニメーションさせてみる!- 続・JavaScript 編 -
The story [75] try to change the images Cool! - Continued JavaScript Chapter -
★Movie を作るのは簡単だがどうも味気ない。かといって記事を書くのにFlash なんか使ってられないし。
セカンドライフブログは画像さえあれば、Cool に決めることができる。- by Lovely Wolf -
★森を抜けると、そこは海だった。
window.onload=function(){var imgary = new Array('', '', '', '', '');randomimage1();function randomimage1(){var num = Math.floor((Math.random() * 100)) % imgary.length;document.getElementById("slide").innerHTML=imgary[num];timerID1=setTimeout(randomimage1, 500);};}
★本日の講座は、「JavaScript を使って記事内の画像をCool にアニメーションさせてみる」だそうです。
・・・指定した順番に1 秒間隔で画像をアニメーションさせてみたんだが、フェードイン・フェードアウトの効果を付けるまで、ソースの公開はお預けということで。
★ここで、IQ サプリ。これはいったい何でしょう?
function sapli_load(){var imgary2 = new Array('','', '', '', '', ''); num=0; anm2(); function anm2(){if(num