Introduction
Welcome
()
What you should know
()
Using exercise files
()
1. Web Development Fundamentals
Alternative options for animation
()
Choosing a development environment
()
Creating an HTML document
()
Styling the document with CSS
()
Writing JavaScript
()
Testing in the browser
()
2. JavaScript Animation Foundations
Configuring DOM elements
()
Visual change over time
()
Ending an animation
()
Making use of requestAnimationFrame
()
Interactive animation
()
✓ Challenge: Additional properties
()
✓ Solution: Additional properties
()
3. Animating within Canvas
Configuring a canvas element
()
Drawing within the canvas context
()
Animating within the canvas
()
Adding acceleration
()
✓ Challenge: Adding effects
()
✓ Solution: Adding effects
()
4. Web Animations API
Configuring our web elements
()
Basics of the animate method
()
Using additional keyframe properties
()
Apply easing to the animation
()
Controlling animation playback
()
Ex_Files_Vanilla_JS_Animations.zip
(1.0 MB)