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

7,031 Responses

  1. Matthewweind表示:

    neurontin coupon: gabapentin best price – buy neurontin 100 mg

  2. Тут делают продвижение разработка сайт медицинской клиники разработка сайта медицинской клиники

  3. Тут делают продвижение сео продвижение медицинских сайтов комплексное продвижение медицинских сайтов

  4. Michaelgax表示:

    amoxicillin 500mg amoxicillin tablet 500mg amoxicillin 500mg capsule cost

  5. NicolasLoole表示:

    http://gabapentin.auction/# neurontin 330 mg

  6. Hi there, My name is omvir singh a management post graduate involved to start a exhibition in my city.

  7. Conversely for a extra permanent choice, fitted wardrobes are an excellent selection.

  8. We had the pleasure of talking with Chet about life on tour, their work on recording the new album, and their experiences with LEWITT microphones.

  9. You will find a big selection of options out there in building supplies, paving materials, forms of leaves and flowers, textures of bark and shapes of timber, and even the sorts and colours of mulch.

  10. Day 1, journey from Madrid or Barcelona to Marseille by AVE S100 high-speed prepare, leaving Madrid Atocha at 13:25 or Barcelona Sants at 16:34 and arriving Marseille St Charles 21:23.This comfortable Spanish high-velocity prepare has a cafe-bar, power sockets in any respect seats & free WiFi.

  11. In late August of 1833, the “respectable widow” of the late Walter Breen (presumably the daughter-in-legislation of the Walter Breen mentioned above) was dwelling at Slade, along together with her three daughters and two sons, the elder of whom – now aged 16 years – had just finished at boarding school in New Ross (probably the John Ivory School, where boarding fees ran to £30 per annum) and had come dwelling to help his mother run the household farm.

  12. I exercise for at the very least seven hours each week.

  13. Now after you’ve mastered the gradual managed trigger pull essential to accurately shoot a rifle you’ll wish to neglect that as a result of shotguns are utterly different animals.

  14. These tux-clad ring bearers carried his and hers ring pillows that the bride’s mother hand-embroidered with the couples’ first initials.

  15. Mining Engineering, September 2009, p.

  16. Rajasthan textile is well-known for its mirror work and hand embroidery.

  17. Get made-to-measure fitted sliding wardrobes that allow you to to profit from your house at affordable prices and provides your own home a brand new sheen of modernity and magnificence.

  18. Gray is the colour of the third day, which is a vivacious colour and can cheer up everybody’s temper.

  19. Navy Material: Stainless Steel Heart Stone Kind: Artificial Heart Stone Shade: Blue Sapphire Center Stone Size (Approx) 12,10(mm) Center Stone Weight (Approx) 4.61(ct.) Product Weight (Approx) 19.60(g) Notice: Relying upon ring measurement, stone may be secured barely in a different way.

  20. A small museum and a unique experience.

  21. 2013). Ephemeral Monuments: Historical past and Conservation of Installation Artwork.

  22. The very best artwork recordsdata are vector.

  23. It’s paired with the inexpensive Ektorp armchair to curl up in.

  24. In Berlin, you will have time between trains to wander past the Reichstag to the Brandenburg Gate, simply quarter-hour walk from Berlin Hbf.

  25. Where the supply for a service is totally for expenditure charged on the Consolidated Fund of India, for example, interest funds (Demand for Grant No.

  26. These Immediate Pot Little Smokies With Grape Jelly and Barbecue Sauce is a sweet and savory appetizer.

  27. As of 2023, town has a population of 1.83 million.

  28. What inspired you to start The Colour Caravan?

  29. Food trucks provide a super technique to explore completely different flavors whereas having fun with an idyllic Hawaiian day, thanks to their handy on-the-go ordering and dining options – good for those with limited time!

發佈留言

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