26 / Image
Ken Burns
A still photograph is given a slow drift and a slow push in — just enough to feel like time passing.
also called slow pan and zoom · documentary pan
Named for the documentarian who made a career of it. The rule is that the move must be slower than the viewer's attention — if they notice the motion starting, it is too fast.
How it is built
@keyframes kb { to { transform: scale(1.14) translate(-2%, 1.5%) } }
animation: kb 18s ease-in-out infinite alternate;runs by itself