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

  1. Ginniepisn表示:

    what is a good essay writing service
    essay paper writing services
    best cheap essay

  2. Admitle表示:

    lasix for afib Full data and 95 CIs are provided in the supplementary tables

  3. ascetacle表示:

    Nurses should also have knowledge of the ethical, legal, social, and psychological consequences of genetic testing lasix fluid pill Osteopenia and osteoporosis occur when remodeling is altered by increased bone reabsorption, decreased bone production, or both

  4. Admitle表示:

    can you take lasix and potassium at the same time Chu He thought that he could start with the Hades Sword

  5. gacorslot表示:

    I found your blog through google and I must say, this is probably one of the best well prepared articles I have come across in a long time. I have bookmarked your site for more posts.

  6. Admitle表示:

    can lasix cause hyponatremia were twice as likely to have an overweight and or at risk for overweight child compared with women born in Mexico

  7. Admitle表示:

    Animals and humans with HHL have normal auditory thresholds but defective cochlear neurotransmission, that is, reduced suprathreshold amplitude of the sound evoked auditory nerve compound action potential lasix medication side effects

  8. Weageby表示:

    does lasix lower blood pressure Fifteen micrograms of RNA from each tissue was size fractionated on a 1 wt vol agarose, 0

  9. Weageby表示:

    The trick is to enhance this effect lasix side effects in dogs

  10. scb99表示:

    Spot on with this write-up, I actually assume this website needs far more consideration. I will in all probability be once more to learn rather more, thanks for that info.

  11. outwazy表示:

    72 Importantly, relapsing patients often experience multiple relapses and are thus exposed to high cumulative glucocorticoid doses lasix 40 Intercrosses of Mll2F mice produced homozygous mll2F F mice at the expected Mendelian ratio, which were crossed to the Rosa26 CreERT2 line

  12. Ginniepisn表示:

    personal statement essay help
    online custom essays
    buy an essay cheap

  13. Weageby表示:

    I ve worked in this National Park for many years and haven t once been able to photograph a wild tiger, said my guide as he eyed my assortment of cameras and lenses metolazone before lasix be a sufficient PCT

  14. outwazy表示:

    lasix for pneumonia Survival was analyzed by the Kaplan Meier method, based on TTE values

  15. Ginniepisn表示:

    order custom essay
    essay writing service usa
    college entrance essay writing service

  16. Ginniepisn表示:

    community service essay
    buy custom essay
    college scholarship essay help

  17. ascetacle表示:

    NEW YORK Philadelphia Phillies left hander Joalbert Angulo was suspended for 60 games and Chicago White Sox outfielder Terrell Tatum for 50 on Friday following positive tests under baseball s minor league drug program is it safe to take lasix while pregnant

  18. Admitle表示:

    lasix for pneumonia Real time q PCR was used to validate the M231 ADIR RNA seq data and extend the analysis to individual ADIR clones Figure 3D

  19. Ginniepisn表示:

    Who wants to write my essay
    essay writing homework help
    buy argumentative essay

  20. Your resources are well developed.

  21. I think I might disagree with some of your analysis. Are the figures solid?

  22. How long have you been in this field? You seem to know a lot more than I do, I’d love to know your sources!

  23. Its just like you read my thoughts! It’s like reading about my family.

  24. A cool post there mate ! Thank you for posting.

  25. Thanks For This Blog, was added to my bookmarks.

  26. Ginniepisn表示:

    write my essay canada
    help on essays
    essay writing services legal

  27. Cthrinepisn表示:

    persuasive essay writing help
    custom essay meister review
    the help essay

發佈留言

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