Skip to content

Commit 013ac86

Browse files
committed
fix(skill): wordAnimation → animation per OAS schema
1 parent f51c397 commit 013ac86

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

references/rich-caption.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ White Montserrat, uppercase, with subtle drop shadow. Slides each word down on a
3131
"type": "rich-caption",
3232
"src": "alias://audio",
3333
"font": { "family": "JTUSjIg1_i6t8kCHKm45xW5rygbi49c", "size": 88, "color": "#ffffff", "opacity": 1, "weight": 700 },
34-
"wordAnimation": { "style": "slide", "direction": "down" },
34+
"animation": { "style": "slide", "direction": "down" },
3535
"border": { "width": 0, "color": "#000000", "opacity": 1, "radius": 18 },
3636
"style": { "textTransform": "uppercase" },
3737
"padding": { "top": 25, "right": 0, "bottom": 0, "left": 0 },
@@ -58,7 +58,7 @@ Inter, black text on white pill background. Active word greys out. Clean editori
5858
"type": "rich-caption",
5959
"src": "alias://audio",
6060
"font": { "family": "UcCo3FwrK3iLTfvlaQc78lA2", "size": 52, "color": "#000000", "opacity": 1, "weight": 700 },
61-
"wordAnimation": { "style": "fade" },
61+
"animation": { "style": "fade" },
6262
"border": { "width": 0, "color": "#000000", "opacity": 1, "radius": 18 },
6363
"style": { "textTransform": "none" },
6464
"padding": { "top": 25, "right": 0, "bottom": 15, "left": 0 },
@@ -83,7 +83,7 @@ Luckiest Guy, white with thick black stroke, rotated -7.5°, active word gets a
8383
"type": "rich-caption",
8484
"src": "alias://audio",
8585
"font": { "family": "_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA", "size": 52, "color": "#ffffff", "opacity": 1, "weight": 700 },
86-
"wordAnimation": { "style": "highlight" },
86+
"animation": { "style": "highlight" },
8787
"border": { "width": 0, "color": "#000000", "opacity": 1, "radius": 18 },
8888
"style": { "textTransform": "uppercase" },
8989
"padding": { "top": 0, "right": 0, "bottom": 0, "left": 0 },
@@ -112,7 +112,7 @@ Montserrat, white with thin stroke and shadow, active word in soft pink. Romanti
112112
"type": "rich-caption",
113113
"src": "alias://audio",
114114
"font": { "family": "JTUSjIg1_i6t8kCHKm45xW5rygbi49c", "size": 36, "color": "#ffffff", "opacity": 1, "weight": 700 },
115-
"wordAnimation": { "style": "highlight" },
115+
"animation": { "style": "highlight" },
116116
"border": { "width": 0, "color": "#000000", "opacity": 1, "radius": 18 },
117117
"style": { "textTransform": "none" },
118118
"padding": { "top": 15, "right": 0, "bottom": 0, "left": 0 },
@@ -142,7 +142,7 @@ Bangers, white with very thick black stroke, active word turns blue. High-energy
142142
"type": "rich-caption",
143143
"src": "alias://audio",
144144
"font": { "family": "FeVQS0BTqb0h60ACL5la2bxii28", "size": 84, "color": "#ffffff", "opacity": 1, "weight": 700 },
145-
"wordAnimation": { "style": "pop" },
145+
"animation": { "style": "pop" },
146146
"border": { "width": 0, "color": "#000000", "opacity": 1, "radius": 18 },
147147
"style": { "textTransform": "none" },
148148
"padding": { "top": 35, "right": 0, "bottom": 0, "left": 0 },
@@ -210,7 +210,7 @@ If none of the five presets fits, copy the closest preset and modify. The proper
210210
| Group | Properties |
211211
|---|---|
212212
| `font` | `family`, `size`, `color`, `opacity`, `weight` |
213-
| `wordAnimation` | `style`: `fade`, `slide`, `highlight`, `pop`. `direction` for slide: `up`, `down`, `left`, `right`. |
213+
| `animation` | `style`: `fade`, `slide`, `highlight`, `pop`. `direction` for slide: `up`, `down`, `left`, `right`. |
214214
| `border` | `width`, `color`, `opacity`, `radius` |
215215
| `padding` | `top`, `right`, `bottom`, `left` (numbers) |
216216
| `stroke` | `width`, `color`, `opacity` (text outline) |

0 commit comments

Comments
 (0)