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

19,130 Responses

  1. Diplomi_npot表示:

    купить диплом 1992 года servera-diplomy199.ru .

  2. Diplomi_xipi表示:

    купить диплом ссср купить диплом образования prem-diplom77.ru .

  3. Тут можно преобрести шкаф для оружия цена оружейный сейф для ружья

  4. adult webcams表示:

    I’m usually to running a blog and i really respect your content. The article has actually peaks my interest. I’m going to bookmark your web site and maintain checking for new information.

  5. Derekfar表示:

    slot siteleri: az parayla cok kazandiran slot oyunlar? – slot oyunlar?

  6. LarryCoell表示:

    matadorbet.bid matadorbet matadorbet

  7. CarrollUnton表示:

    deneme bonusu veren siteler denemebonusu2026.com http://casinositeleri.win/# Canl? Casino Siteleri

  8. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  9. ClydePab表示:

    Canl? Casino Siteleri: Canl? Casino Siteleri – Casino Siteleri

  10. The loss eventually noticed Kawasaki Frontale failed to win the league and completed the season as runners-up despite the membership successful the remaining two matches.

  11. India nationwide staff. He is broadly regarded as the best Indian football player of all time.

  12. For those who occupied your property jointly with somebody aside from your partner, every occupant should full their own Kind 5695.

  13. A symmetrical rounded type of the diagram with one vertex up and two down was apparently popularized in the modern period by the Audsleys’ Handbook of Christian Symbolism; this rounded kind additionally occurs with one vertex down and two up.

  14. 宮守文学表示:

    Colonists had been using American crabapples just for cider and filling pies with meat till that point, however at this time apple pie is America’s unofficial national dessert.

  15. We value our products competitively without making any compromises in the standard or well timed delivery that are crucial to our customers with regards to ordering online for photo print cakes.

  16. John Hardman senior, (1766-1844), of Handsworth, then in Staffordshire, England (and now part of Birmingham), was the pinnacle of a household enterprise designing and manufacturing metalwork.

  17. How do I install a substitute stylus cartridge in my CED player?

  18. In the early years of his profession, most of Clarke’s work was for religious buildings.

  19. While the Allies did little both to threaten them or escape from the hazard they posed, the Panzer corps used 17 and 18 Might to refuel, eat, sleep, and restore some more tanks.

  20. The concept of heating glass is based on utilization of vitality-efficient low-emissive glass that is usually easy silicate glass with special metallic oxides coating.

  21. By having this free printable debt payoff tracker posted in a central location in our home, it was a every day reminder of what we were working in the direction of as well as the easiest way to remain focused with our private finances.

  22. Start by contemplating what components make you are feeling most connected to the anime you take pleasure in.

  23. Proper now, it is vitally trendy chocolate brown as your base coloration, and combines it with blue for boys.

  24. Vital polymer glasses embody amorphous and glassy pharmaceutical compounds.

  25. The ultimate scene takes us back to school the place Hyeong-seok’s and Ji-ho’s unlikely friendship blooms, leaving viewers on a cliffhanger about the unfolding relationship dynamics in Jaewon High school.

  26. Try to develop a sweet cherry within the fallacious part of the world, and it will be the sourest thing you’ve ever eaten.

發佈回覆給「Eanrlvl」的留言 取消回覆

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