2. Visual Design
Motion Basics — Quiz
Test your understanding of motion basics with 5 practice questions.
Practice Questions
Question 1
Which CSS property is best suited to hint the browser to optimize an element by promoting it to its own compositing layer for smoother animations?
Question 2
Which CSS property controls whether an animation is running or paused?
Question 3
In CSS Motion Path, which property controls how an element aligns and rotates relative to the path's direction?
Question 4
What is the effect of specifying a negative value for CSS animation-delay, for example animation-delay: -1s on a 3s animation?
Question 5
Using the Web Animations API, which method on an Animation object reverses its playback direction from the current state?
