Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

FOUNDATION HTML5 ANIMATION WITH JAVASCRIPT
Título:
FOUNDATION HTML5 ANIMATION WITH JAVASCRIPT
Subtítulo:
Autor:
LAMBERTA, B
Editorial:
APRESS
Año de edición:
2011
Materia
HTML, DHTML Y XHTML
ISBN:
978-1-4302-3665-8
Páginas:
504
39,95 €

 

Sinopsis

Foundation HTML5 Animation with JavaScript covers everything that you need to know to create dynamic scripted animation using the HTML5 canvas. It provides information on all the relevant math you´ll need, before moving on to physics concepts like acceleration, velocity, easing, springs, collision detection, conservation of momentum, 3D, and forward and inverse kinematics. Foundation HTML5 Animation with JavaScript is a fantastic resource for all web developers working in HTML5 or switching over from Flash to create standards-compliant games, applications, and animations that will work across all modern browsers and most mobile devices, including iPhones, iPads, and Android devices.

You will learn how to utilize the amazing animation and physics-based code originally created by author Keith Peters in his hugely successful Foundation ActionScript Animation in all of your HTML5 applications. In no time at all, you´ll understand the concepts behind scripted animation and also have the ability to create all manner of exciting animations and games.

What you'll learn
All the JavaScript and HTML5 code (including math and trigonometry functions) you´ll need to start animating with code
Basic motion principles like velocity, acceleration, friction, easing, and bouncing
How to handle user interactions via the keyboard, mouse, and touchscreen
Advanced motion techniques like springs, coordinate rotation, conservation of momentum, and forward and inverse kinematics
All the basic 3D concepts you´ll need for 3D in HTML5 (without WebGL)-from simple perspective to full 3D solids, complete with backface culling and dynamic lighting
Who this book is for
This book is a fantastic resource for all web developers working in HTML5 or switching over from Flash to create standards-compliant games, applications, and animations that will work across all modern browsers and most mobile devices, including iPhones, iPads, and Android devices.

Table of Contents
01.Basic Animation Concepts
02.Basics of JavaScript for Animation
03.HTML5 and Canvas graphics
04.Trigonometry for Animation
05.Velocity and Acceleration
06.Boundaries and Friction
07.User Interaction: Moving Objects Around
08.Easing and Springing
09.Collision Detection
10.Coordination Rotation and Bouncing Off Angles
11.Billiard Ball Physics
12.Particle Attraction and Gravity
13.Forward Kinematics: Making Things Walk
14.Inverse Kinematics: Dragging and Reaching
15.3D Basics
16.3D Lines and Fills
17.Backface Culling and 3D Lighting
18.Matrix Math
19.Tips and Tricks