Download presentation
Presentation is loading. Please wait.
Published byGeorgina Copeland Modified over 9 years ago
2
Introduction What is it? What does this mean?
3
Features Animated Logo Html5 Flash Canvas Tunneler Html5 Animation Html5 Canvas Caching
4
Features part 2 Html5 Video Html Magnetic Drawing with Html 5 Landscape n Html5 Animation
5
Html5 Ani vs Flash Pros of Html5 Ani
6
Examples of Code Canvas tag var drawingCanvas = document.getElementById('myDrawing'); // Check the element is in the DOM and the browser supports canvas if(drawingCanvas.getContext) { // Initaliase a 2-dimensional drawing context var context = drawingCanvas.getContext('2d'); //Canvas commands go here }
7
Conclusion
8
Reference http://www.html5rocks.com/en/tutorials/speed/animatio ns/ http://www.html5rocks.com/en/tutorials/speed/animatio ns/ http://www.freshdesignweb.com/examples-html5- animation.html http://www.freshdesignweb.com/examples-html5- animation.html http://www.techradar.com/news/internet/web/html5- what-is-it-1047393 http://www.techradar.com/news/internet/web/html5- what-is-it-1047393 http://www.sbp-romania.com/Articles/flash-vs-html5- analysis.aspx http://www.sbp-romania.com/Articles/flash-vs-html5- analysis.aspx http://blog.teamtreehouse.com/how-to-draw-with-html- 5-canvas http://blog.teamtreehouse.com/how-to-draw-with-html- 5-canvas
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.