{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "axvart/animated-counter-block", "version": "1.0.0", "title": "Animated Counter / Milestones", "category": "widgets", "icon": "chart-line", "description": "Display animated numbers that count up when visible in the viewport with extensive customization options.", "example": {}, "supports": { "html": false, "align": [ "wide", "full" ], "spacing": { "padding": true, "margin": true }, "color": { "background": true, "text": true, "gradient": true }, "typography": { "fontSize": true, "lineHeight": true } }, "attributes": { "counters": { "type": "array", "default": [ { "id": 1, "title": "Projects Completed", "description": "Successfully delivered projects", "startNumber": 0, "endNumber": 150, "prefix": "", "suffix": "+", "decimals": 0, "icon": "", "showIcon": true, "showTitle": true, "showDescription": true }, { "id": 2, "title": "Happy Clients", "description": "Satisfied customers worldwide", "startNumber": 0, "endNumber": 500, "prefix": "", "suffix": "+", "decimals": 0, "icon": "", "showIcon": true, "showTitle": true, "showDescription": true }, { "id": 3, "title": "Years Experience", "description": "In the industry", "startNumber": 0, "endNumber": 10, "prefix": "", "suffix": "+", "decimals": 0, "icon": "", "showIcon": true, "showTitle": true, "showDescription": true } ] }, "layout": { "type": "string", "default": "grid" }, "columns": { "type": "number", "default": 3 }, "columnGap": { "type": "number", "default": 20 }, "rowGap": { "type": "number", "default": 20 }, "alignment": { "type": "string", "default": "center" }, "animationDuration": { "type": "number", "default": 2000 }, "animationTrigger": { "type": "string", "default": "scroll" }, "enableSeparator": { "type": "boolean", "default": true }, "numberTypography": { "type": "object", "default": { "fontSize": "48px", "fontWeight": "700", "fontFamily": "", "lineHeight": "1.2" } }, "titleTypography": { "type": "object", "default": { "fontSize": "20px", "fontWeight": "600", "fontFamily": "", "lineHeight": "1.4" } }, "descriptionTypography": { "type": "object", "default": { "fontSize": "14px", "fontWeight": "400", "fontFamily": "", "lineHeight": "1.6" } }, "numberColor": { "type": "string", "default": "#000000" }, "titleColor": { "type": "string", "default": "#333333" }, "descriptionColor": { "type": "string", "default": "#666666" }, "iconColor": { "type": "string", "default": "#0066cc" }, "itemBackgroundColor": { "type": "string", "default": "" }, "itemBackgroundGradient": { "type": "string", "default": "" }, "itemBackgroundImage": { "type": "string", "default": "" }, "backgroundType": { "type": "string", "default": "none" }, "itemPadding": { "type": "object", "default": { "top": "30px", "right": "20px", "bottom": "30px", "left": "20px" } }, "itemMargin": { "type": "object", "default": { "top": "0px", "right": "0px", "bottom": "0px", "left": "0px" } }, "borderWidth": { "type": "number", "default": 0 }, "borderColor": { "type": "string", "default": "#dddddd" }, "borderRadius": { "type": "number", "default": 8 }, "borderStyle": { "type": "string", "default": "solid" }, "glassEffect": { "type": "boolean", "default": false }, "glassBlur": { "type": "number", "default": 10 }, "glassOpacity": { "type": "number", "default": 0.8 }, "neumorphism": { "type": "boolean", "default": false }, "neumorphismIntensity": { "type": "string", "default": "medium" }, "entranceAnimation": { "type": "string", "default": "fade-in" }, "animationDelay": { "type": "number", "default": 0 }, "animationStagger": { "type": "number", "default": 100 }, "hoverEffect": { "type": "string", "default": "none" }, "hoverScale": { "type": "number", "default": 1.05 }, "customCSS": { "type": "string", "default": "" }, "hideOnMobile": { "type": "boolean", "default": false }, "hideOnTablet": { "type": "boolean", "default": false }, "hideOnDesktop": { "type": "boolean", "default": false }, "iconSize": { "type": "number", "default": 40 } }, "textdomain": "axvart", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./frontend.js" }