diff --git a/wp-content/themes/core/assets/js/editor/block-animations.js b/wp-content/themes/core/assets/js/editor/block-animations.js index 53ef6193..c8dddd1a 100644 --- a/wp-content/themes/core/assets/js/editor/block-animations.js +++ b/wp-content/themes/core/assets/js/editor/block-animations.js @@ -8,10 +8,12 @@ * { "label": "None", "value": "none" }, * { "label": "Fade In", "value": "fade-in" } * ], - * "animationDirection": [ - * { "label": "Top", "value": "top" }, - * { "label": "Bottom", "value": "bottom" } - * ], + * "animationDirection": { + * "fade-in": [ + * { "label": "Top", "value": "top" }, + * { "label": "Bottom", "value": "bottom" } + * ] + * }, * "animationSpeeds": [ * { "label": "200ms", "value": "0.2s" }, * { "label": "800ms", "value": "0.8s" }