Questions: Motion Design and Animation Principles

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A designer animates a modal dialog sliding into view using a 400ms linear transition. A colleague says it 'feels robotic.' What is the most likely cause?

A400ms is too long; all animations should be under 200ms to feel responsive
BLinear interpolation moves the element at constant speed throughout, which is physically implausible — real objects accelerate and decelerate
CModal dialogs should fade in rather than slide, as sliding is inappropriate for overlay elements
DThe transition is too slow at the beginning and too fast at the end, which is the definition of linear motion
Question 2 Multiple Choice

A loading indicator needs to be added to a web app. Which of the following motion choices best follows the principle of restraint?

AA spinner that rotates, pulses in size, and changes color simultaneously to signal that something important is happening
BA simple rotating spinner using ease-in-out timing, with no additional motion layers
CA progress bar with a bouncing animation to keep the user engaged during long waits
DMultiple overlapping animations to show the user that the system is actively working hard
Question 3 True / False

The primary purpose of motion in interface design is to communicate information — spatial relationships, state changes, and feedback — rather than to create visual richness or a premium feel.

TTrue
FFalse
Question 4 True / False

Using faster animation speeds is generally preferable in interface design, because users want interfaces to feel snappy and responsive.

TTrue
FFalse
Question 5 Short Answer

A designer adds a 500ms ease-in-out animation to a button's hover state. Identify which principle(s) this likely violates, and describe what would be more appropriate.

Think about your answer, then reveal below.