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

17,207 Responses

  1. DevonPhack表示:

    https://indianpharm24.pro/# reputable indian online pharmacy
    ed medications over the counter

  2. срочная помощь вывод из запоя королев http://vyvod-iz-zapoya-korolev13.ru .

  3. прокапать от алкоголя на дому воронеж прокапать от алкоголя на дому воронеж .

  4. Diplomi_rzot表示:

    куплю международный диплом servera-diplomy199.ru .

  5. Diplomi_urpi表示:

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

  6. With a purpose to stay on earth, he must possess one’s body.

  7. Because of its ease of formability into any shape, glass has been historically used for vessels, akin to bowls, vases, bottles, jars and drinking glasses.

  8. 一巡した表示:

    Upon being called up to the squad, Kawashima hold Japan’s tying document of showing four occasions in the world Cup.

  9. Chhetri then finished off a formidable first half of the season for Bengaluru with a aim from the penalty spot in opposition to Salgaocar, his ninth of the season, as he led the Bangalore side to a 2-1 victory.

  10. Diplomi_wloi表示:

    купить диплом магистра цены 3russkiy-diploms.ru .

  11. Diplomi_oupa表示:

    покупка диплома отзывы покупка диплома отзывы .

  12. Different indicators of the changing type appeared in the nave windows; the richness of colours of the early Chartres windows was nonetheless there, but the ornate medallions disappeared, and elaborate canopies and arches, just like the structure of the church, had been placed over the figures to focus on them.

  13. Learn about Film Posters –a reference site for newbies thinking about studying more concerning the intricacies of amassing movie posters.

  14. Lots of Star Wars plus other sci-fi collectibles.

  15. Hold tombstone round kid’s neck, adjusting hood so it matches comfortably round child’s head.

  16. Osborne, Chris (11 May 2014).

  17. A conventional or transitional area can easily be built up in layers, but a contemporary bathroom design needs to be thought by from the bottom up, particularly if it adheres to a minimalist aesthetic.

  18. Atkinson, Man (21 September 2017).

  19. The Beeville, TX micropolitan statistical space includes all of Bee County.

  20. In summary, the benefits of utilizing electric typewriters embody elevated typing pace and accuracy, reduced bodily strain on customers, and access to helpful options that streamline the typing course of.

  21. Q: Why do Barnum’s animal crackers have a string handle?

  22. Julie Pennington-Russell, Senior Pastor of First Baptist Church (Decatur, Georgia)(8/2007-current).

  23. Later in life, varicella could reactivate with stress or age because the herpes zoster virus, or shingles, which we’ll discuss within the Shingles section.

  24. The quantity of price allocable to Ava is $10,002 ($16,670 x $12,000/$20,000).

發佈留言

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