name: electric-slide description: Performs the electric slide, gliding sideways with a step-touch, a clap, and a quarter turn. Use when the command mentions electric slide, electric boogie, or do the electric slide. category: dance disable-model-invocation: true subskills: [move-leg, move-arm, turn-and-face]
electric-slide
A classic group line dance: slide sideways with a step-touch, clap, and finish with a quarter turn to the next wall. Loop (each loop turns 90°).
How
- Slide sideways (
root.x), light steps (*UpLegX ~10–15). - Step-touch + clap: touch the trailing foot (
RightFoot:[60,0,0]), hands clap (*UpperArm:[40,0,±50], forearms folded in). - Quarter turn:
root.faceDeg:90, arms back out. Loop.
Example
- "do the electric slide" ->
{"durationMs":2600,"say":"Slide!","sequence":{"loop":true,"frames":[{"t":0,"pose":{"LeftUpLeg":[15,0,180],"RightUpLeg":[10,0,180],"LeftUpperArm":[0,0,70],"RightUpperArm":[0,0,-70]},"root":{"x":-0.5}},{"t":0.5,"pose":{"RightUpLeg":[30,0,180],"RightLeg":[30,0,0],"RightFoot":[60,0,0],"LeftUpperArm":[40,0,50],"RightUpperArm":[40,0,-50],"LeftForearm":[0,0,-100],"RightForearm":[0,0,100]},"root":{"x":-1}},{"t":1,"pose":{"LeftUpLeg":[0,0,180],"RightUpLeg":[0,0,180],"RightLeg":[0,0,0],"LeftUpperArm":[0,0,90],"RightUpperArm":[0,0,-90]},"root":{"x":-1,"faceDeg":90}}]}}