Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Motion & Animation
Enter/Exit & Shared Element Transitions (View Transitions API) — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Enter/Exit & Shared Element Transitions (View Transitions API)
What happens if two elements in the DOM share the same `view-transition-name` at the moment a transition is captured?
The browser throws a JavaScript error and the transition is cancelled
The browser silently skips the shared transition and falls back to the root cross-fade
The browser animates both elements simultaneously from the same origin
The browser picks the element that appears first in DOM order
Check answer