remove_animation_style
Remove applied Figma Motion animation styles from a node. Specify an animation style ID to remove one, or omit it to remove all animation styles.
Instructions
Remove an applied Figma Motion animation style from a node. Pass animationStyleId (the appliedStyleId returned by apply_animation_style, or read from get_node_motion) to remove one; omit it to remove all applied styles on the node. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Figma node id to remove animation style(s) from | |
| animationStyleId | No | The applied-style instance id to remove; omit to remove all on the node |