Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffDusome committed Dec 11, 2024
1 parent b77c690 commit 3b016cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions wp-content/themes/core/assets/js/editor/block-animations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 3b016cc

Please sign in to comment.