{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nemtly/anime-text-scale",
    "version": "1.0.0",
    "title": "Anime Text Scale",
    "category": "text",
    "icon": "text",
    "description": "A text block with a scaling animation using anime.js.",
    "example": {},
    "supports": {
        "html": false,
        "color": {
            "text": true,
            "background": true,
            "gradients": true
        },
        "spacing": {
            "margin": true,
            "padding": true,
            "blockGap": true
        },
        "typography": {
            "fontSize": true,
            "lineHeight": true,
            "__experimentalFontFamily": true,
            "__experimentalFontWeight": true,
            "__experimentalFontStyle": true,
            "__experimentalTextTransform": true,
            "__experimentalLetterSpacing": true,
            "__experimentalTextDecoration": 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",
            "source": "html",
            "selector": "h1"
        },
        "loop": {
            "type": "boolean",
            "default": true
        },
        "duration": {
            "type": "number",
            "default": 950
        },
        "letterDelay": {
            "type": "number",
            "default": 70
        },
        "scaleStart": {
            "type": "number",
            "default": 4
        }
    }
}