Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Motion & Animation
Motion Design Tokens — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Motion Design Tokens
A design system has a semantic motion token named 'enter.duration' that references a primitive token 'duration.200'. An engineer updates the primitive to 180ms. What happens to the semantic token and all components consuming it?
Nothing changes — semantic tokens cache their resolved value at build time and must be manually updated
The semantic token automatically reflects 180ms and every consuming component inherits the new value on the next build
Only components that directly import the primitive token are updated; components using the semantic alias are unaffected
The build will fail because changing a primitive that is referenced by a semantic token is not permitted in DTCG format
Check answer