Animations Hands-On 2

Animations Tool Interactive Demo

This page demonstrates different CSS animations that you can analyze using your browser's DevTools. Each box below shows a unique animation effect. Follow the instructions to learn how to inspect and modify these animations in real-time.

Click on the boxes to see the animations in action. You can also use the DevTools to inspect the CSS properties and keyframes associated with each animation.

Feel free to experiment with the animations by modifying the CSS properties in the DevTools. You can change the duration, timing function, and other properties to see how they affect the animation.

Instructions for Participants

  1. Open the browser DevTools (usually by pressing F12 or right-clicking on the page and selecting "Inspect").
  2. Navigate to the "Animations" tab in the DevTools.
  3. Select one of the animated elements on the page (e.g., the rotating box).
  4. Observe the animation timeline and properties in the "Animations" tab.
  5. Try modifying the animation properties (e.g., duration, keyframes) and see how it affects the animation.
  6. Experiment with adding new animations or combining multiple animations on a single element.

Additional Tips