get_motion_styles
List the available Figma Motion animation presets in a file, including style IDs, descriptions, and tunable props, to apply with apply_animation_style.
Instructions
List the file's available Figma Motion animation-style presets — the templates you apply with apply_animation_style. Returns { styles: [{ styleId, name, description?, props? }] }; the styleId is what apply_animation_style takes and props lists a preset’s tunable keys. Motion is a beta feature, only available in the Figma Design editor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||