diff --git a/public/js/demos/commands/overdrive.js b/public/js/demos/commands/overdrive.js index 315b397d8..04ced5a61 100644 --- a/public/js/demos/commands/overdrive.js +++ b/public/js/demos/commands/overdrive.js @@ -1,51 +1,33 @@ -// Overdrive command demo - shows a static list becoming a morphing shared-element transition +// Overdrive command demo - shows standard rectangular layout vs organic, non-standard composition export default { id: 'overdrive', - caption: 'Static list with page jump → Shared element morph transition', + caption: 'Standard rectangular layout → Organic, technically ambitious composition', before: ` -
-
PROJECTS
-
-
-
-
-
Redesign
-
3 tasks
-
-
-
-
-
-
Launch
-
7 tasks
-
-
+
+
+
Sarah Chen
+
Design Lead
+
+
142
Projects
+
38
Reviews
`, after: ` -
-
PROJECTS
-
-
-
R
-
-
Redesign
-
3 tasks
-
-
Active
-
-
-
L
-
-
Launch
-
7 tasks
-
+
+
+
+
+
SC
+
Sarah Chen
+
Design Lead
+
+
142
Projects
+
38
Reviews
-
view-transition-name on cards for shared element morphing
` };