Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
True Parallax with CSS-Only - Creating Scroll-Based Animations
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - How we need to set up our HTML
- 3 - Stacking everything with CSS
- 4 - Creating the animation for the parallax
- 5 - Applying the animation to when the user scrolls with animation-timeline scroll
- 6 - Changing the “speed” of each element
- 7 - Making sure the elements don’t go in front of other content
- 8 - Overflow hidden doesn’t work
- 9 - Browser support and a polyfill