Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Modern Web Animations
Rating: 4.8 out of 5(118 ratings)
1,767 students

Modern Web Animations

Deep Dive into Animations and Transitions, The Web Animations API, Scroll Driven Animations and The View Transitions API
Created byAli Alaa
Last updated 9/2025
English

What you'll learn

  • Learn about CSS Animations & Transitions.
  • Learn about the new JavaScript Web Animations API.
  • Discover scroll driven animations in details.
  • Create impressive page transitions with the View Transitions API.

Course content

4 sections103 lectures15h 4m total length
  • Before Watching the Course2:34
  • Setting Up Our Project Folder6:15
  • Introduction to CSS Transitions11:22
  • Using CSS Transition with JavaScript6:44
  • Using JavaScript Transition Events8:58
  • Transition Behavior & Discrete Animations8:09
  • Animating an Element from display: none to display: block6:08
  • Using @starting-style rule8:17
  • More on @starting-style5:54
  • Timing Functions Boilerplate Code5:04
  • Linear Timing Functions18:02
  • Smooth Animations with Cubic Bezier Timing Functions7:49
  • Animating in Jumps Using the Steps Timing Function20:31
  • Introduction to CSS Animations5:49
  • CSS Animations Properties7:24
  • Adding Multiple Animations6:07
  • Animation Composition19:15
  • Animation Fill Mode9:30
  • More on the @keyframe at-rule8:57
  • Animations JavaScript Events4:48
  • Discrete Animations9:22
  • Animations Exercise (Part 1)7:11
  • Animations Exercise (Part 2)10:21
  • Animations Exercise (Part 3)9:47
  • Animations Exercise (Part 4)7:18

Requirements

  • Some basic HTML, CSS & JavaScript Knowledge is required.

Description

Welcome to Modern Web Animations, a deep dive into modern animation techniques with no libraries, only browser APIs.


CSS Animations & Transitions have been around for a long time now. But recently new APIs were introduced to modern browsers to further improve animating on the web and give developers more control.


Among these new additions is the Web Animations API (WAAPI). The Web Animations API unlocks the power of the browser's animation engine for developers. It allows us to construct animations and control their playback with JavaScript. It is one of the most performant ways to animate on the Web.


In addition to that, new features were added to CSS Animations that allow us to control animations as users scroll. By adding new properties like animation-timeline, scroll-timeline and view-timeline, we can now have animations that are not based on time but based on scrolling progress or based on the visibility of a certain element in the viewport. This opens the door to creating impressive scroll driven animations without having to load any external libraries.


Another recent addition to modern browsers is the introduction of the View Transitions API. This API allows us to easily create animated transitions between different DOM states. It can be especially useful in Single Page Applications (SPAs) when we need to have an animation when navigating between different routes. Before the View Transitions API these kinds of animations were extremely complicated to achieve.


In this course we are going to cover all of these topics in great detail. And not only that, but we are also going to have a section on old CSS Animations & Transitions and discuss every aspect of them in depth. We are also going to have practical examples and exercises for every topic discussed.


So join now if you want to bring your websites to life!

Who this course is for:

  • Web developers looking to learn everything about animating in the browser.
  • Web developers looking to learn about new animation APIs like the Web Animations API, scroll driven animations & the View Transitions API.