Milhaud commited on
Commit
6f03660
·
1 Parent(s): 0c2e880

refactor: streamline animation suggestion format for clarity and consistency

Browse files
prompts/predict_decompose_group.txt CHANGED
@@ -53,17 +53,14 @@ Please follow these steps to analyze and decompose the SVG code. For each step,
53
  Step 1: [First animation action - describe which elements animate, how they move, timing]
54
  Step 2: [Second animation action that follows - describe the next sequential movement]
55
  Step 3: [Final animation action - describe the concluding animation]
56
- Why this works: [Explain how this sequence utilizes the SVG structure effectively]
57
  Scenario 2: [Scenario Name]
58
  Step 1: [Different first animation action]
59
  Step 2: [Sequential second action]
60
  Step 3: [Sequential final action]
61
- Why this works: [Explanation of structural benefits]
62
  Scenario 3: [Scenario Name]
63
  Step 1: [Third unique animation sequence start]
64
  Step 2: [Sequential middle action]
65
  Step 3: [Sequential concluding action]
66
- Why this works: [Explanation of how it leverages the decomposed structure]
67
  Each scenario should tell a complete visual story through sequential animations, with smooth transitions between steps.
68
  </animation_suggestions>
69
 
 
53
  Step 1: [First animation action - describe which elements animate, how they move, timing]
54
  Step 2: [Second animation action that follows - describe the next sequential movement]
55
  Step 3: [Final animation action - describe the concluding animation]
 
56
  Scenario 2: [Scenario Name]
57
  Step 1: [Different first animation action]
58
  Step 2: [Sequential second action]
59
  Step 3: [Sequential final action]
 
60
  Scenario 3: [Scenario Name]
61
  Step 1: [Third unique animation sequence start]
62
  Step 2: [Sequential middle action]
63
  Step 3: [Sequential concluding action]
 
64
  Each scenario should tell a complete visual story through sequential animations, with smooth transitions between steps.
65
  </animation_suggestions>
66