Exercise Library/ holds per-exercise reference docs (setup, cues, mistakes, progressions) with SVG visuals and a Python-rendered motion pipeline; Workouts/ExerciseFigure renders the bundled *.motion.json rigs as animated stick figures on the exercise screen. Exercises gain a warm-up/main-circuit category, timed exercises display hold time via planSummary, and a completed exercise reopens to a check screen instead of its timers.
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"name": "Leg Raises",
|
|
"primary": 1,
|
|
"working": ["leg_r", "leg_l"],
|
|
"hide": ["arm_r"],
|
|
"frames": [
|
|
{
|
|
"hold": 0.5, "tween": 1.4,
|
|
"root": [185, 148],
|
|
"spine": [180, 180], "neck": 168, "gaze": 90,
|
|
"arm_l": [-2, -2],
|
|
"leg_r": [60, 60], "leg_l": [60, 60]
|
|
},
|
|
{
|
|
"hold": 0.3, "tween": 0.6,
|
|
"root": [185, 148],
|
|
"spine": [180, 180], "neck": 168, "gaze": 90,
|
|
"arm_l": [-2, -2],
|
|
"leg_r": [8, 8], "leg_l": [8, 8]
|
|
}
|
|
]
|
|
}
|