Current File : /home/kelaby89/onlycnc.com.au/wp-content/plugins/gutenverse/block/animated-text/block.json
{
	"apiVersion": 2,
	"name": "gutenverse/animated-text",
	"title": "Animated Text",
	"description": "Create text with beautiful animation flow.",
	"category": "gutenverse-element",
	"allowCopyStyle": true,
	"attributes": {
		"elementId": {
			"type": "string"
		},
		"mouseMoveEffect": {
			"type": "object",
			"copyStyle": true
		},
		"textType": {
			"type": "string",
			"default": "default"
		},
		"titleTag": {
			"type": "string",
			"default": "h2"
		},
		"style": {
			"type": "string",
			"default": "zoom",
			"copyStyle": true
		},
		"highlightedStyle": {
			"type": "string",
			"default": "circle",
			"copyStyle": true
		},
		"text": {
			"type": "string",
			"default": "Placeholder Text"
		},
		"rotationTexts": {
			"type":"array",
			"default":[
				{
					"rotationText": "Three"
				},
				{
					"rotationText":"Two"
				},
				{
					"rotationText":"One"
				}
			]
		},
		"beforeTextAnimated": {
			"type":"string",
			"default":"Before "
		},
		"afterTextAnimated": {
			"type":"string",
			"default":" After"
		},
		"displayDuration": {
			"type":"string",
			"default":"1000"
		},
		"animationDuration": {
			"type":"string",
			"default":"600"
		},
		"transitionDuration": {
			"type":"string",
			"default":"500"
		},
		"splitByWord": {
			"type": "boolean"
		},
		"alignText": {
			"type": "object",
			"copyStyle": true
		},
		"loop": {
			"type": "boolean",
			"default": true,
			"copyStyle": true
		},
		"animatedColorType": {
			"type": "string",
			"default": "color"
		},
		"textAnimatedColor": {
			"type": "object",
			"copyStyle": true
		},
		"textAnimatedColorHover": {
			"type": "object",
			"copyStyle": true
		},
		"textAnimatedGradient": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"textAnimatedGradientHover": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"textAnimatedTypography": {
			"type": "object",
			"copyStyle": true
		},
		"textAnimatedShadow": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"textAnimatedStroke": {
			"type": "object",
			"copyStyle": true
		},
		"normalColorType": {
			"type": "string",
			"default": "color"
		},
		"textNormalColor": {
			"type": "object",
			"copyStyle": true
		},
		"textNormalColorHover": {
			"type": "object",
			"copyStyle": true
		},
		"textNormalGradient": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"textNormalGradientHover": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"textNormalTypography": {
			"type": "object",
			"copyStyle": true
		},
		"textNormalShadow": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"textNormalStroke": {
			"type": "object",
			"copyStyle": true
		},
		"highlightColorType": {
			"type": "string",
			"default": "color"
		},
		"highlightColor": {
			"type": "object",
			"default": {}
		},
		"highlightGradient": {
			"type":"array"
		},
		"highlightWidth": {
			"type":"string",
			"default":"10"
		},
		"highlightRoundedEdges": {
			"type": "boolean",
			"default": true
		},
		"highlightInFront": {
			"type": "boolean",
			"default": true
		},
		"height": {
			"type": "object",
			"copyStyle": true
		},
		"verticalAlign": {
			"type": "object",
			"copyStyle": true
		},
		"background": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundTransition": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"border": {
			"type": "object",
			"copyStyle": true
		},
		"borderResponsive": {
			"type": "object",
			"migrate": {
				"attr": "border",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadow": {
			"type": "object",
			"copyStyle": true
		},
		"borderHover": {
			"type": "object",
			"copyStyle": true
		},
		"borderHoverResponsive": {
			"type": "object",
			"migrate": {
				"attr": "borderHover",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadowHover": {
			"type": "object",
			"copyStyle": true
		},
		"margin": {
			"type": "object",
			"copyStyle": true
		},
		"padding": {
			"type": "object",
			"copyStyle": true
		},
		"zIndex": {
			"type": "object",
			"copyStyle": true
		},
		"hideDesktop": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideTablet": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideMobile": {
			"type": "boolean",
			"copyStyle": true
		},
		"positioningType": {
			"type": "object",
			"copyStyle": true
		},
		"positioningWidth": {
			"type": "object",
			"copyStyle": true
		},
		"positioningAlign": {
			"type": "object",
			"copyStyle": true
		},
		"positioningLocation": {
			"type": "string",
			"copyStyle": true
		},
		"positioningLeft": {
			"type": "object",
			"copyStyle": true
		},
		"positioningRight": {
			"type": "object",
			"copyStyle": true
		},
		"positioningTop": {
			"type": "object",
			"copyStyle": true
		},
		"positioningBottom": {
			"type": "object",
			"copyStyle": true
		},
		"textClip": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"transform": {
			"type": "object",
			"copyStyle": true
		},
		"mask": {
			"type": "object",
			"copyStyle": true
		},
        "condition": {
			"type": "object",
			"default": {}
		},
        "color": {
            "copyStyle": true,
            "type": "object"
        },
        "textShadow": {
            "copyStyle": true,
            "default": {
            },
            "type": "object"
        },
		"textStroke": {
            "copyStyle": true,
            "type": "object"
        },
		"typography": {
            "copyStyle": true,
            "type": "object"
        }
	},
	"supports": {
		"className": false
	},
	"keywords": [
		"heading",
		"animated",
		"animation",
		"text"
	]
}
Page not found – Hello World !