{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nemtly/elastic-scale",
    "version": "1.0.0",
    "title": "Elastic Scale",
    "category": "nemtly",
    "icon": "editor-expand",
    "description": "Letters scale up with an elastic bounce.",
    "example": {},
    "supports": {
        "html": false,
        "color": {
            "text": true,
            "background": true
        },
        "typography": {
            "fontSize": true
        }
    },
    "textdomain": "nemtly-blocks",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css",
    "viewScript": "file:./view.js",
    "attributes": {
        "content": {
            "type": "string",
            "default": "Elastic Scale"
        },
        "loop": {
            "type": "boolean",
            "default": true
        },
        "duration": {
            "type": "number",
            "default": 1500
        },
        "letterDelay": {
            "type": "number",
            "default": 45
        },
        "elasticity": {
            "type": "number",
            "default": 600
        }
    }
}