HTML5 Canvas標籤範例

隨著時代的進步,HTML的版本一直在進化,目前比較新的版本應該就是HTML5了,這次的HTML5針對許多標籤進行調整,當然也新增了一些標籤,主要的目的是希望可以將一些本來需要利用Flash才可以完成的互動頁面取而用HTML5來進行設計,這樣比較能減輕網頁的負載,但不管怎麼進步,其最重要的目的當然還是要網友能夠看到才行!

目前各家的瀏覽器對於HTML5的支援都不一,如果想要測試看看自己所使用的瀏覽器對HTML5的支援程度,可以到這個網址測試,馬老師針對目前的三款瀏覽器(IE9、Firefox6、Chrome13)來做了測試,IE9於HTML5中測試得到了以下的分數:

IE9於HTML5中測試分數

Firefox6於HTML5中測試得到了以下的分數:

Firefox6於HTML5中測試分數

Chrome13於HTML5中測試得到了以下的分數:

Chrome13於HTML5中測試分數

所以用以上的結果來看,目前是Google Chrome對於HTML5的支援最好,不過也只是拿了450分中的340而已,所以是否要全面改用HTML5來開發,還是應該要好好的斟酌一下,但是先了解HTML5能做到的功能,一定是沒問題的!以下就是馬老師針對HTML新增的畫布標籤製作的範例,不過因為瀏覽器支援的關係,必須使用Chrome觀賞才會是比較完整的功能喔!

範例觀賞頁面

範例影片:

PS:本範例的網頁所使用的圖檔為寬:800、高:600的圖檔,並將圖檔至於img的資料夾中

網頁程式碼:

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Slide Show</title>
<script>

var context;
var x = 0;
var ind;
var offset;
var photos = new Array();

for(var i=1;i<=13;i++){
	var im = new Image();
	im.src = "img/p" + i + ".jpg";
	photos.push(im);
}

function slideshow(){
	context = document.getElementById('canvas').getContext('2d');
	setInterval(loop,10);
}

function loop(){
	x += (slider.value - x) * 0.1;
	ind = Math.floor(x/800);
	offset = x % 800;
	context.drawImage(photos[ind], offset, 0, 800-offset, 600, 0, 0, 800-offset, 600);
	context.drawImage(photos[ind+1], 0, 0, 800, 600, 800-offset, 0, 800, 600);
}

</script>
</head>
<body onLoad="slideshow()">

<canvas width="800" height="600" id="canvas"></canvas><br />
<input type="range" id="slider" style="width:800px;" min="0" max="9600" step="1" value="0">

</body>
</html>

You may also like...

11,985 Responses

  1. BradleyEdino表示:

    Casino Siteleri Casino Siteleri gГјvenilir illegal bahis siteleri

  2. FrankEmine表示:

    yat?r?ms?z deneme bonusu veren siteler: denemebonusuverensiteler25 – denemebonusuverensiteler25

  3. вывод из запоя на дому ростов-на-дону https://www.vyvod-iz-zapoya-rostov27.ru .

  4. Wallacefex表示:

    slot oyunlar? puf noktalar?: slot oyunlar? – slot casino siteleri

  5. My husband and i got very excited Peter managed to round up his web research with the ideas he came across out of the weblog. It’s not at all simplistic just to choose to be releasing tricks that many other people have been trying to sell. And we know we have got the writer to thank for this. The type of illustrations you made, the straightforward web site menu, the relationships you can assist to instill – it’s everything incredible, and it’s letting our son and us reckon that that issue is pleasurable, and that’s incredibly essential. Many thanks for all the pieces!

  6. I must express some appreciation to this writer just for rescuing me from this type of scenario. After surfing around through the world wide web and meeting opinions which were not beneficial, I believed my entire life was well over. Existing without the presence of strategies to the problems you’ve solved all through your entire review is a critical case, and those which may have adversely affected my career if I had not discovered your blog post. Your primary training and kindness in handling all things was very helpful. I’m not sure what I would have done if I had not come upon such a subject like this. I am able to at this time look forward to my future. Thanks a lot very much for the high quality and effective help. I won’t think twice to propose your blog to anybody who wants and needs guide on this situation.

  7. вывод из запоя на дому ростов-на-дону https://vyvod-iz-zapoya-rostov27.ru/ .

  8. I absolutely love your blog and find almost all of your post’s to be what precisely I’m looking for. Does one offer guest writers to write content for yourself? I wouldn’t mind writing a post or elaborating on a lot of the subjects you write about here. Again, awesome web site!

  9. FrankEmine表示:

    yabancД± mekan isimleri: en guvenilir casino siteleri – guvenilir casino siteleri

  10. вывод из запоя цены на дому ростов вывод из запоя цены на дому ростов .

  11. вывод из запоя дешево ростов на дону вывод из запоя дешево ростов на дону .

  12. BradleyEdino表示:

    sweet bonanza yorumlar sweet bonanza giris sweet bonanza

  13. Wallacefex表示:

    sweet bonanza demo oyna: sweet bonanza giris – sweet bonanza oyna

  14. BradleyEdino表示:

    Casino Siteleri deneme bonusu veren casino siteleri Canl? Casino Siteleri

  15. Wallacefex表示:

    yeni deneme bonusu veren siteler: deneme bonusu veren yeni siteler – deneme bonusu veren siteler yeni

  16. DavidTouts表示:

    https://slotsiteleri25.com/# az parayla cok kazandiran slot oyunlar?

  17. DavidTouts表示:

    http://sweetbonanza25.com/# sweet bonanza kazanma saatleri

  18. BradleyEdino表示:

    Casino Siteleri canlД± casino bahis siteleri casino bahis siteleri

  19. вывод из запоя ростов и область вывод из запоя ростов и область .

  20. капельница от запоя на дому круглосуточно капельница от запоя на дому круглосуточно .

  21. JasonUnsoG表示:

    https://casinositeleri25.com/# deneme bonusu veren casino siteleri

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。