Animations Hands-On 3

Animations Tool Demonstration

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

We will create a multicolor circle 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. Fix the image size

Watch how the circle rotates and changes colors while the image remains stationary.

Center Image