160 / 300

Animal parade

Size
1920×1080
Frame rate
30 fps
Length
10s

Five animals built from the same handful of shapes, each named as it passes the middle.

Make your own animal video for toddlers

Marches a line of animals across the screen and names each one as it passes. Say a sentence like the one below and your agent writes you a different one — free, in your browser.

Say this to your agent

>March five animals across the screen and name each one.

Or ask for a different one

Not settings — each one builds something else.

  • >A parade of farm animals instead of wild ones.

  • >The same but each animal stops in the middle and does one thing before moving on.

  • >Sea creatures swimming past instead of animals marching.

What it worked out on its own

  • Every animal is five divs — body, head, ears, tail, legs — which is what makes them read as a set, and makes a sixth animal one row in a table.

  • A bob and a tilt on the same period, a quarter cycle apart. Bobbing alone is hopping; tilting alone is a signpost in the wind.

  • The name belongs to whichever animal is nearest the middle, computed from its position rather than from a timer, so it can never label the wrong one.

  • The spacing and the speed are solved from the frame count, not chosen: picked by eye, the last two animals never reached the frame at all.