Vanilla JavaScript: Animations

Go to class
Write Review

Free Online Course: Vanilla JavaScript: Animations provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Vanilla JavaScript: Animations is taught by Joseph Labrecque.

Overview
  • Animate content with JavaScript and native web technologies. Explore how to configure and animate DOM elements, animate within the HTML5 canvas, and use the Web Animations API.

Syllabus
  • 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
    Conclusion
    • Goodbye