{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "ab/animate",
	"title": "Animated Block",
	"category": "design",
	"description": "Add blocks into the animated container.",
	"keywords": [
		"animate",
		"scroll",
		"fade",
		"transitions"
	],
	"version": "1.1.3",
	"textdomain": "animated-blocks",
	"attributes": {
		"animation": {
			"type": "string"
		},
		"customClass": {
			"type": "string"
		},
		"duration": {
			"type": "string"
		},
		"delay": {
			"type": "string"
		},
		"threshold": {
			"type": "number"
		},
		"offsetTop": {
			"type": "string"
		},
		"hideEl": {
			"type": "boolean",
			"default": false
		}
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
