HTML

Recipe 5.5 Add motion and animation

Sample:

A boy looking at a computer and showing thumbs up.

Code:

<picture>
  <source srcset="/images/demos/boy.jpg" media="(prefers-reduced-motion: reduce)" />
  <img src="/images/demos/boy.gif" alt="A boy looking at a computer and showing thumbs up." />
</picture>