# blockenberg/2.0.11/blocks/kinetic-text/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.11. 97 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.11/code/blocks/kinetic-text/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.11/raw/blocks/kinetic-text/block.json
- Modified: 2026-07-22T02:13:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.11/code/blocks/kinetic-text/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/kinetic-text",
    "title": "Kinetic Text",
    "category": "bkbg-effects",
    "description": "Text characters that scatter outward and snap back on hover with smooth physics animation.",
    "keywords": [
        "kinetic",
        "scatter",
        "hover",
        "physics",
        "text",
        "animation",
        "characters"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-kinetic-text-editor",
    "style": "bkbg-kinetic-text-style",
    "viewScript": "bkbg-kinetic-text-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "text": {
            "type": "string",
            "default": "Hover Me!"
        },
        "tag": {
            "type": "string",
            "default": "h2"
        },
        "trigger": {
            "type": "string",
            "default": "hover"
        },
        "scatterMode": {
            "type": "string",
            "default": "explode"
        },
        "scatterRadius": {
            "type": "number",
            "default": 120
        },
        "scatterDuration": {
            "type": "number",
            "default": 400
        },
        "returnDuration": {
            "type": "number",
            "default": 600
        },
        "stagger": {
            "type": "number",
            "default": 20
        },
        "fontSize": {
            "type": "number",
            "default": 56
        },
        "fontWeight": {
            "type": "number",
            "default": 700
        },
        "letterSpacing": {
            "type": "number",
            "default": 0
        },
        "textAlign": {
            "type": "string",
            "default": "center"
        },
        "textColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "hoverColor": {
            "type": "string",
            "default": "#6366f1"
        },
        "bgColor": {
            "type": "string",
            "default": "transparent"
        },
        "textTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
