HomeArticlesPhysics & Mechanics

Understanding Animated Motion

Animation isn't simply about making things move; it’s a complex process of creating the illusion of motion from a series of still images. This simulation explores the fundamental physics behind how animation works, focusing on key principles like persistence of vision and frame rates.

mysimulator teamUpdated June 2026≈ 5 min read▶ Open the simulation

Persistence of Vision

The core principle underpinning all animation is the ‘persistence of vision’. This describes the human eye’s ability to briefly retain an image after the light reflecting it has vanished. Roughly 1/25th of a second, or about 0.04 seconds, after a visual stimulus disappears, our brain perceives that stimulus as continuing to be present.

This brief retention is crucial. Each frame in an animation sequence is displayed for this duration, creating the impression of continuous movement. The longer this ‘phantom’ image lingers, the smoother the perceived motion becomes.

P = 0.04 s (approximate persistence of vision)

Frame Rates and Smoothness

The rate at which these individual frames are displayed is known as the ‘frame rate’ – typically measured in frames per second (fps). A higher frame rate means more frames are shown in a given time, resulting in smoother motion.

For example, a video game running at 60 fps displays 60 still images every second. This creates a fluid and realistic appearance of movement compared to a lower frame rate like 15 fps, which would appear jerky.

fps = Number of frames / Time (seconds)
live demo · related simulation● LIVE

Interpolation Techniques

Animation doesn't simply display individual frames; it often utilizes interpolation techniques to generate intermediate frames between the key poses. This is crucial for creating realistic movement.

Linear interpolation, where motion is assumed to be constant velocity between keyframes, can produce unnatural results. More sophisticated methods like Bézier curves and splines provide smoother, more natural-looking transitions.

Interpolation = (Keyframe2 - Keyframe1) * Time_increment

The Role of Timing and Spacing

Beyond frame rate, the precise timing and spacing of movements are critical. Subtle variations in animation can dramatically affect its perceived quality.

Principles like ‘ease-in’ (slowing down at the start of a movement) and ‘ease-out’ (speeding up at the end) mimic natural human motion, creating more believable results.

Frequently asked questions

What is frame blending?

Frame blending combines two consecutive frames to create a smoother transition between them. It's often used in 2D animation.

Why are some animations jerky?

This usually indicates a low frame rate, insufficient interpolation, or poorly timed movements.

How does this relate to film?

Film operates on a similar principle – projecting images at a specific frame rate (typically 24 fps) to create the illusion of motion.

Try it live

Everything above runs in your browser — open Animation: Frame Rates & Persistence of Vision and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.

▶ Open Animation: Frame Rates & Persistence of Vision simulation

What did you find?

Add reproduction steps (optional)