{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nemtly/scale-in",
  "version": "1.0.0",
  "title": "Scale In",
  "category": "nemtly",
  "icon": "editor-contract",
  "description": "Text scales in from small to normal.",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true
    },
    "typography": {
      "fontSize": true,
      "fontWeight": true
    }
  },
  "textdomain": "nemtly-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "words": {
      "type": "array",
      "default": [
        "Ready",
        "Set",
        "Go!"
      ]
    },
    "loop": {
      "type": "boolean",
      "default": true
    },
    "durationIn": {
      "type": "number",
      "default": 800
    },
    "durationOut": {
      "type": "number",
      "default": 600
    },
    "delay": {
      "type": "number",
      "default": 500
    }
  }
}