SlideShare a Scribd company logo
Interactive Graphics
     3D effects
 & Canvas Drawing
      Lee Lundrigan
       Sarah Allen
Class Materials


• https://github.com/blazingcloud/
  simple_animation
• git@github.com:blazingcloud/
  simple_animation.git
Next up



• CSS3 3D transformations
• HTML5 Canvas tag
CSS3
CSS3 Selectors
-webkit-perspective
   Used to give an illusion of depth; it
   determines how things change size
   based on their z-offset from the z=0
   plane.
 -webkit-transition
   Specifies what property triggers an
   animation.
CSS3 Selectors

-webkit-transform
     Executes a transformation
     function
     scale,rotateX,rotateY,translate
Perspective demo



• http://www.webkit.org/blog-files/3d-
  transforms/perspective-by-
  example.html
Transform Style Demo



• http://www.webkit.org/blog-files/3d-
  transforms/transform-style.html
CSS3 Selectors Cont...
rotateX(angle), rotateY(angle)
Simply rotate the element about the
horizontal and vertical axes.
Angle units can be:
     degrees (deg)
     radians (rad)
     gradians (grad)
X Axis
          360 deg 0 deg




270 deg                   90 deg




          180 deg
Y Axis
          0 deg    360 deg




90 deg                       270 deg




         180 deg
CSS3 Cube demo
HTML5

• Doctype
 • <!doctype html>
 • Tells the browser to run in
   standards mode in accordance with
   HTML5 spec from the W3C
Canvas

• HTML5
• Cartesian Coordinate System
• Immediate mode
• Each frame needs to be completely
  redrawn

• Draw order matters!!
Clearing the Canvas


• reset the width of the canvas
  (preferred)
• call clearRect on the area you want to
  clear
Canvas Cont...


<canvas width=”1000” height=”500”>
 Your browser doesn’t support the
HTML5 canvas tag...
</canvas>
Canvas Cont...


• Remember to set width and height on
  canvas
• width and height are dynamic
  attributes
Canvas Cont...

• 2D Context
• canvas.getContext(‘2d’);
 • returns the 2d context api
• 3D Context
 • canvas.getContext(‘webgl’);
Paths
• A list of zero or more subpaths.
• Subpaths consists of a list of one or
  more points, connected by straight or
  curved lines, and a flag indicating
  whether the subpath is closed or not.

• A closed subpath is one where the last
  point is connected to the first point by
  a straight line.
2D Context Methods

• fillRect(x, y, width, height)
• clearRect(x, y, width, height)
• fillStyle(color)
• beginPath() - resets path
• closePath() - makes path closed
2D Context Methods


• arc(x, y, radius, startAngle, endAngle
  anticlockwise)

• fill() - fills the path with the fillStyle
Game Time
References
• http://dev.w3.org/html5/2dcontext/
  #dom-context-2d-beginpath
• http://developer.apple.com/library/
  safari/#documentation/InternetWeb/
  Conceptual/
  SafariVisualEffectsProgGuide/
  Introduction/Introduction.html#//
  apple_ref/doc/uid/TP40008032-CH1-
  SW1
References Cont....



• http://www.webkit.org/blog/386/3d-
  transforms/

More Related Content

KEY
KEY
Interactive Graphics using Javascript, HTML5 and CSS3
PPTX
HTML 5 Canvas & SVG
PPTX
HTML CANVAS
PDF
Canvas - HTML 5
PPTX
HTML 5_Canvas
PPT
PDF
Html5 canvas
Interactive Graphics using Javascript, HTML5 and CSS3
HTML 5 Canvas & SVG
HTML CANVAS
Canvas - HTML 5
HTML 5_Canvas
Html5 canvas

What's hot (18)

PPT
HTML5 Canvas
PPTX
Drawing with the HTML5 Canvas
PDF
Intro to HTML5 Canvas
PPTX
Introduction to HTML5 Canvas
PDF
HTML5 Canvas - The Future of Graphics on the Web
PDF
Android Vector Drawable
PPTX
Advanced html5 diving into the canvas tag
PDF
Android 2D Drawing and Animation Framework
PDF
Scalable Assets Presentation
PPTX
Css margins
PDF
Pruebas mostrando pdf's
ODP
Work shop css3
PPTX
Css box-model
PPT
OWC 2012 (Open Web Camp)
PDF
Auto cad for fashion design by v.s. bhati
PPTX
Css3animation
PPTX
Svcc 2013-css3-and-mobile
PPT
CSS3 : Animation ,Transitions, Gradients
HTML5 Canvas
Drawing with the HTML5 Canvas
Intro to HTML5 Canvas
Introduction to HTML5 Canvas
HTML5 Canvas - The Future of Graphics on the Web
Android Vector Drawable
Advanced html5 diving into the canvas tag
Android 2D Drawing and Animation Framework
Scalable Assets Presentation
Css margins
Pruebas mostrando pdf's
Work shop css3
Css box-model
OWC 2012 (Open Web Camp)
Auto cad for fashion design by v.s. bhati
Css3animation
Svcc 2013-css3-and-mobile
CSS3 : Animation ,Transitions, Gradients
Ad

Similar to Interactive Graphics (20)

PPTX
CSS3 TTA (Transform Transition Animation)
PPTX
Html5 more than just html5 v final
PPTX
MTA managing the graphical interface by using css
KEY
CSS and CSS3
KEY
Rockstar Graphics with HTML5
PDF
Designing Your Next Generation Web Pages with CSS3
KEY
Trendsetting: Web Design and Beyond
PPTX
HTML5 - A Whirlwind tour
PPT
Html5 Whats around the bend
PPTX
SVGD3Angular2React
PPTX
Website trends 2012 presentation
PDF
Intro to CSS3
PPTX
Advanced css for designing responsive web page on website
PDF
I Can't Believe It's Not Flash
PDF
CSS3: Ripe and Ready
PDF
CSS3: Ripe and Ready to Respond
PPTX
canvas_1.pptx
PDF
Simply Responsive CSS3
PDF
JavaONE 2012 Using Java with HTML5 and CSS3
PDF
Css3 transitions and animations + graceful degradation with jQuery
CSS3 TTA (Transform Transition Animation)
Html5 more than just html5 v final
MTA managing the graphical interface by using css
CSS and CSS3
Rockstar Graphics with HTML5
Designing Your Next Generation Web Pages with CSS3
Trendsetting: Web Design and Beyond
HTML5 - A Whirlwind tour
Html5 Whats around the bend
SVGD3Angular2React
Website trends 2012 presentation
Intro to CSS3
Advanced css for designing responsive web page on website
I Can't Believe It's Not Flash
CSS3: Ripe and Ready
CSS3: Ripe and Ready to Respond
canvas_1.pptx
Simply Responsive CSS3
JavaONE 2012 Using Java with HTML5 and CSS3
Css3 transitions and animations + graceful degradation with jQuery
Ad

More from Blazing Cloud (20)

PDF
Rails ORM De-mystifying Active Record has_many
PDF
Active Record Introduction - 3
PDF
Rails Class Intro - 1
PDF
Your first rails app - 2
PDF
RSpec Quick Reference
PDF
Extending rails
KEY
2day Ruby Class Intro
KEY
Mobile Lean UX
KEY
Interactive Graphics w/ Javascript, HTML5 and CSS3
KEY
Form helpers
KEY
Intro to Ruby (and RSpec)
KEY
What you don't know (yet)
KEY
Introduction to Rails
KEY
ActiveRecord
KEY
Ruby on Rails Class intro
KEY
Ruby on rails toolbox
KEY
Routes Controllers
KEY
Test Driven Development
KEY
Active Record
KEY
Enumerables
Rails ORM De-mystifying Active Record has_many
Active Record Introduction - 3
Rails Class Intro - 1
Your first rails app - 2
RSpec Quick Reference
Extending rails
2day Ruby Class Intro
Mobile Lean UX
Interactive Graphics w/ Javascript, HTML5 and CSS3
Form helpers
Intro to Ruby (and RSpec)
What you don't know (yet)
Introduction to Rails
ActiveRecord
Ruby on Rails Class intro
Ruby on rails toolbox
Routes Controllers
Test Driven Development
Active Record
Enumerables

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Electronic commerce courselecture one. Pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Machine learning based COVID-19 study performance prediction
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
Mobile App Security Testing_ A Comprehensive Guide.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Understanding_Digital_Forensics_Presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Electronic commerce courselecture one. Pdf
20250228 LYD VKU AI Blended-Learning.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Spectroscopy.pptx food analysis technology
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Encapsulation_ Review paper, used for researhc scholars
Programs and apps: productivity, graphics, security and other tools
Machine learning based COVID-19 study performance prediction
The AUB Centre for AI in Media Proposal.docx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
MIND Revenue Release Quarter 2 2025 Press Release

Interactive Graphics

Editor's Notes