Animations Hands-On 4

Animations Tool Demonstration

In this section, we will demonstrate the use of the Animations tool in DevTools.

We will create a multicolor square with a center image using CSS animations.

To observe the animation:

  1. Open Chrome DevTools (F12 or Ctrl+Shift+I)
  2. Go to the "More tools" menu (3 dots)
  3. Select "Animations"
  4. The animation timeline will appear at the bottom
  5. Refresh the page to see the animation captured in the timeline
  6. Do you understand how it was maid?
  7. Try to make it yourself