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,656 Responses

  1. I’ve heard of a CED participant known as the VHD system that doesn’t use grooved discs.

  2. One other terminator, an overtopping system, includes a wall that collects the water from rising waves in a reservoir.

  3. 蚕似た字表示:

    No one in the whole college aside from Myung-Ee.

  4. 127. A pair of ladies pause on a terrace that overlooks a lake.

  5. The scale of your pool pump cover will need to be larger to accommodate the increase in the size of the gear vital to take care of your pool.

  6. Consider installing hinged doors on the front of your enclosure.

  7. This made it potential to present greater nuances to colours and shades.

  8. Whatever kinds you love, you’re certain to find concepts price adapting in this text.

  9. Go down the spherical steps to the left of Ralph Lauren.

  10. Workplace furniture with clean traces and a impartial palette can make sure the room stays useful whereas anime artwork adds character.

  11. The locking is efficient, making the table very solid feeling in all positions.

  12. Boggan, Steve (31 October 2001).

  13. Sir Brian Clarke Hon FRIBA CF (born 2 July 1953) is a British painter, architectural artist, designer and printmaker, recognized for his massive-scale stained glass and mosaic initiatives, symbolist paintings, set designs, and collaborations with main figures in Modern and contemporary architecture.

  14. Defense operations have been additionally performed by the corvettes and frigates establishing a shuttle between English harbours and the French coast.

  15. It turns out I was partially right: there are some Star Wars objects, however they’re only a few in quantity, inside glass display instances, and not for sale.

  16. 瀬戸内 の表示:

    The one exception to this is you probably have a chlorination unit through which case this must be the last merchandise before the water returns to the pool so that concentrated chlorine doesn’t go through the heat pump as this could cause premature corrosion to the heat exchanger.

  17. With so many historic treasures close to at hand yet so much that had to be replaced after World Battle II, Europe evolved a uniquely wealthy type of transitional model.

  18. 6 June 1979: England win 3-0 away to Bulgaria to maneuver nearer to next season’s European Championship Finals.

  19. Even individual glassblowers making their very own personalised designs would do their work in those large shared buildings.

  20. Caulfield, Keith (April 14, 2019).

  21. 代車 保険表示:

    Offsite storage is perfect for items you don’t need fairly often like paint, decorations, ladders, and tools.

  22. LeroyBak表示:

    buy medicines online in india Best online Indian pharmacy best online pharmacy india

  23. download lagu表示:

    Hmm it looks like your website ate my first comment (it was extremely long) so I guess I’ll just sum it up what I wrote and say, I’m thoroughly enjoying your blog. I too am an aspiring blog blogger but I’m still new to the whole thing. Do you have any suggestions for inexperienced blog writers? I’d really appreciate it.

  24. Williamagric表示:

    help with ed http://mexicanpharm24.cheap/# best online pharmacies in mexico

  25. Diplomi_htka表示:

    купить книжку диплома realdiplom.ru .

  26. LeroyBak表示:

    ed vacuum pump cheap medication ed causes and treatment

發佈留言

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