SlideShare a Scribd company logo
Get Moving!
with canvas
The <canvas> Element
<!doctype html>
<html>
<head>
<title>Canvas is awesome!</title>
</head>
<body>
<canvas width="500" height="500">
Sorry, your browser does not support canvas :(
</canvas>
</body>
</html>
The illusion of motion
The illusion of motion
Frame 1
The illusion of motion
Frame 2
The illusion of motion
Frame 3
The illusion of motion
Frame 4
The illusion of motion
Frame 5
The illusion of motion
Frame 6
The illusion of motion
Frame 7
The illusion of motion
Frame 8
The illusion of motion
Frame 9
The illusion of motion
Frame 10
The illusion of motion
Frame 11
The illusion of motion
Frame 12
Logic of motion
clear screen
draw square
pause
In code
function draw() {
// clear screen
// draw square
// pause
}
draw();
In code
function draw() {
clearScreen();
drawSquare();
// pause
}
draw();
In code
function draw() {
clearScreen();
drawSquare();
setTimeout(draw, 50);
}
draw();
In code
function clearScreen() {
ctx.clearRect(0,
0,
ctx.canvas.width,
ctx.canvas.height);
}
In code
function drawSquare() {
ctx.fillRect(50, 50, 100, 100);
}
In code
function drawSquare(x, y) {
ctx.fillRect(x, y, 100, 100);
}
parameterize the function so
that we can draw the square
in different locations
In code
var x = 50, y = 50;
function clearScreen() {...}
function drawSquare(x, y) {...}
function draw() {
clearScreen();
drawSquare(x, y);
x = x + 5;
setTimeout(draw, 50);
}
draw();
Putting it all together
http://codepen.io/sethmcl/pen/duGsh

More Related Content

PPTX
Canvas
DOC
DOCTYPE HTML PUBLIC
PDF
Black-Scholes Calculator on Web
PPTX
4.hello popescu
DOCX
Ejemplo para modificar el enlace de prezi para presentarlo en wordpress
DOCX
Enlace de prezi
PPTX
11. move in Symfony 4
PDF
[2019] 웹 프레젠테이션 개발기: Dooray! 발표 모드 해부하기
Canvas
DOCTYPE HTML PUBLIC
Black-Scholes Calculator on Web
4.hello popescu
Ejemplo para modificar el enlace de prezi para presentarlo en wordpress
Enlace de prezi
11. move in Symfony 4
[2019] 웹 프레젠테이션 개발기: Dooray! 발표 모드 해부하기

Similar to Get Moving! (with HTML5 canvas) (20)

PDF
Илья Пухальский (EPAM Systems)
PDF
How to build a html5 websites.v1
PDF
Scalable vector ember
PPTX
New Elements & Features in HTML5
PDF
Intro to HTML5
PDF
Visual Component Testing -- w/ Gil Tayar (Applitools) and Gleb Bahmutov (Cyp...
KEY
CSS3 Takes on the World
PPTX
Svcc 2013-d3
PPTX
SVCC 2013 D3.js Presentation (10/05/2013)
PDF
Google's HTML5 Work: what's next?
PPT
Rotoscope inthebrowserppt billy
PDF
I Can't Believe It's Not Flash
PPTX
PDF
HTML5って必要?
PDF
Practical tipsmakemobilefaster oscon2016
PDF
[cssdevconf] Adaptive Images in RWD
PDF
The Future State of Layout
PDF
[rwdsummit2012] Adaptive Images in Responsive Web Design
PPTX
5 x HTML5 worth using in APEX (5)
PPTX
HTML5 - A Whirlwind tour
Илья Пухальский (EPAM Systems)
How to build a html5 websites.v1
Scalable vector ember
New Elements & Features in HTML5
Intro to HTML5
Visual Component Testing -- w/ Gil Tayar (Applitools) and Gleb Bahmutov (Cyp...
CSS3 Takes on the World
Svcc 2013-d3
SVCC 2013 D3.js Presentation (10/05/2013)
Google's HTML5 Work: what's next?
Rotoscope inthebrowserppt billy
I Can't Believe It's Not Flash
HTML5って必要?
Practical tipsmakemobilefaster oscon2016
[cssdevconf] Adaptive Images in RWD
The Future State of Layout
[rwdsummit2012] Adaptive Images in Responsive Web Design
5 x HTML5 worth using in APEX (5)
HTML5 - A Whirlwind tour
Ad

More from Seth McLaughlin (10)

PDF
Building testable chrome extensions
PDF
Join the darkside: Selenium testing with Nightwatch.js
PDF
Chapter 2: What's your type?
PDF
Chapter 1: Communicating with Your Computer
PDF
Are we there yet?
PDF
JavaScript State of Mind
PDF
Hello, Canvas.
PDF
Testing Web Applications
PDF
Introduction to Venus.js
PDF
Front-End Testing: Demystified
Building testable chrome extensions
Join the darkside: Selenium testing with Nightwatch.js
Chapter 2: What's your type?
Chapter 1: Communicating with Your Computer
Are we there yet?
JavaScript State of Mind
Hello, Canvas.
Testing Web Applications
Introduction to Venus.js
Front-End Testing: Demystified
Ad

Recently uploaded (20)

PPTX
L1 - Introduction to python Backend.pptx
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
medical staffing services at VALiNTRY
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Nekopoi APK 2025 free lastest update
PDF
Digital Strategies for Manufacturing Companies
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
L1 - Introduction to python Backend.pptx
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
medical staffing services at VALiNTRY
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
2025 Textile ERP Trends: SAP, Odoo & Oracle
How to Migrate SBCGlobal Email to Yahoo Easily
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
How to Choose the Right IT Partner for Your Business in Malaysia
Nekopoi APK 2025 free lastest update
Digital Strategies for Manufacturing Companies
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Odoo POS Development Services by CandidRoot Solutions
Upgrade and Innovation Strategies for SAP ERP Customers
Operating system designcfffgfgggggggvggggggggg
Wondershare Filmora 15 Crack With Activation Key [2025
Navsoft: AI-Powered Business Solutions & Custom Software Development
Design an Analysis of Algorithms I-SECS-1021-03
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf

Get Moving! (with HTML5 canvas)