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...

3,869 Responses

  1. Pcokne表示:

    buy clarinex 5mg generic – clarinex price ventolin inhalator without prescription

  2. Austinnet表示:

    canadian pharmacy world coupon code: cheapest prescription pharmacy – canadian prescription pharmacy

  3. ArmandoSausy表示:

    http://onlinepharmacyworld.shop/# canadian online pharmacy no prescription

  4. Austinnet表示:

    pills for erectile dysfunction online: get ed prescription online – where to buy erectile dysfunction pills

  5. HarveyLaree表示:

    http://medicationnoprescription.pro/# best online pharmacy without prescription

  6. ArmandoSausy表示:

    http://onlinepharmacyworld.shop/# legit non prescription pharmacies

  7. Philiputipt表示:

    pharmacy no prescription required rxpharmacycoupons rxpharmacycoupons

  8. Philiputipt表示:

    canada pharmacies online prescriptions pharmacy online no prescription purchasing prescription drugs online

  9. Wow, superb weblog layout! How long have you ever been blogging for?
    you make blogging look easy. The entire glance of your web
    site is great, as well as the content material! You can see similar
    here ecommerce

  10. MatthewSox表示:

    canadian pharmacy coupon code: online pharmacy prescription – canadian pharmacy without prescription

  11. MatthewSox表示:

    offshore pharmacy no prescription: online pharmacy non prescription drugs – cheap pharmacy no prescription

  12. ArmandoSausy表示:

    https://onlinepharmacyworld.shop/# foreign pharmacy no prescription

  13. Harveyicofs表示:

    http://onlinepharmacyworld.shop/# mail order pharmacy no prescription

  14. BryanAgist表示:

    purchase zithromax online: purchase zithromax online – buy zithromax

  15. Michaelhig表示:

    prednisone 10 tablet: buy prednisone online india – buy prednisone 1 mg mexico

  16. JosephBix表示:

    https://stromectola.top/# minocycline 50 mg

  17. BrainDer表示:

    https://clomida.pro/# can i purchase clomid without prescription

  18. Michaelhig表示:

    stromectol online pharmacy: stromectol price us – ivermectin where to buy

  19. BrainDer表示:

    http://clomida.pro/# clomid without dr prescription

  20. Michaelhig表示:

    ivermectin cream canada cost: buy stromectol online – stromectol online canada

  21. Jameswaw表示:

    where can i buy amoxocillin buy amoxicillin online uk amoxicillin 500 mg capsule

  22. Jameswaw表示:

    buy zithromax 1000mg online zithromax 500 tablet zithromax 500mg price in india

  23. DomenicEcoff表示:

    amoxacillian without a percription: generic amoxicillin cost – 875 mg amoxicillin cost

  24. Michaelhig表示:

    stromectol brand: ivermectin tablets order – ivermectin 3mg tablets price

  25. Wfhdog表示:

    medrol online order – zyrtec 5mg for sale oral azelastine

  26. DomenicEcoff表示:

    prednisone 2.5 mg: canadian online pharmacy prednisone – prednisone prescription online

  27. Michaelhig表示:

    zithromax online: generic zithromax india – zithromax azithromycin

  28. BrainDer表示:

    http://amoxicillina.top/# amoxicillin tablets in india

  29. BrainDer表示:

    http://clomida.pro/# generic clomid

  30. BryanAgist表示:

    price for amoxicillin 875 mg: generic amoxicillin cost – amoxicillin azithromycin

發佈留言

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