{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "anfb/animation-container",
  "title": "Animation container",
  "description": "A container that can be animated or provide an animation to child blocks.",
  "keywords": [
    "group",
    "wrapper"
  ],
  "category": "design",
  "icon": "media-interactive",
  "textdomain": "animations-for-blocks",
  "supports": {
    "anchor": true,
    "animationsForBlocks": true
  },
  "attributes": {
    "isAnimationProvider": {
      "type": "boolean",
      "default": false
    },
    "animationStagger": {
      "type": "number",
      "default": 0
    }
  },
  "providesContext": {
    "animationsForBlocksProvider": "isAnimationProvider",
    "animationsForBlocksAnimation": "animationsForBlocks",
    "animationsForBlocksStagger": "animationStagger"
  },
  "usesContext": [
    "animationsForBlocksProvider",
    "animationsForBlocksAnimation",
    "animationsForBlocksStagger"
  ]
}