{
    "document": {
        "type": "APL",
        "version": "1.1",
        "mainTemplate": {
            "description": "********* Minimal APL document **********",
            "parameters": [
                "payload"
            ],
            "items": [
                {
                    "type": "Container",
                    "width": "100%",
                    "height": "100%",
                    "alignItems": "center",
                    "justifyContent": "center",
                    "items": [
                        {
                            "id": "SFBAudioAndAlexaSpeechContainer",
                            "description": "Please do not remove or change the ID of this component. Skill Flow Builder uses this id to play audio files and to add Alexa SpeakItem text blocks.",
                            "type": "Container",
                            "items": [
                                {
                                    "type": "Video",
                                    "id": "audioPlayerId",
                                    "description": "Please do not change this ID, skill flow builder uses this component to play audio files from your content.",
                                    "autoplay": false,
                                    "width": "0",
                                    "height": "0"
                                }
                            ]
                        },
                        {
                            "id": "titleSlide1",
                            "type": "Image",
                            "source": "https://sfb-framework.s3.amazonaws.com/examples/images/slide-background1.jpg",
                            "position": "absolute",
                            "width": "100vw",
                            "height": "100vh",
                            "opacity": 0,
                            "scale": "best-fill",
                            "onMount": [
                                {
                                    "type": "AnimateItem",
                                    "delay": "3000",
                                    "duration": 1000,
                                    "value": {
                                        "property": "opacity",
                                        "from": 0,
                                        "to": 1
                                    }
                                }
                            ]
                        },
                        {
                            "id": "titleSlide2",
                            "type": "Image",
                            "source": "https://sfb-framework.s3.amazonaws.com/examples/images/slide-background2.jpg",
                            "position": "absolute",
                            "width": "100vw",
                            "height": "100vh",
                            "opacity": 0,
                            "scale": "best-fill",
                            "onMount": [
                                {
                                    "type": "AnimateItem",
                                    "delay": "8000",
                                    "duration": 1000,
                                    "value": {
                                        "property": "opacity",
                                        "from": 0,
                                        "to": 1
                                    }
                                }
                            ]
                        },
                        {
                            "id": "titleSlide3",
                            "type": "Image",
                            "source": "https://sfb-framework.s3.amazonaws.com/examples/images/slide-background3.jpg",
                            "position": "absolute",
                            "width": "100vw",
                            "height": "100vh",
                            "opacity": 0,
                            "scale": "best-fill",
                            "onMount": [
                                {
                                    "type": "AnimateItem",
                                    "delay": "13000",
                                    "duration": 1000,
                                    "value": {
                                        "property": "opacity",
                                        "from": 0,
                                        "to": 1
                                    }
                                }
                            ]
                        },
                        {
                            "id": "logo",
                            "type": "Image",
                            "source": "https://sfb-framework.s3.amazonaws.com/examples/images/sfb_logo.png",
                            "position": "absolute",
                            "width": "50vw",
                            "height": "50vh",
                            "opacity": 0,
                            "scale": "best-fit",
                            "onMount": [
                                {
                                    "type": "AnimateItem",
                                    "duration": 1000,
                                    "value": {
                                        "property": "opacity",
                                        "from": 0,
                                        "to": 1
                                    }
                                },
                                {
                                    "type": "AnimateItem",
                                    "easing": "ease-in-out",
                                    "delay": 2000,
                                    "duration": 1000,
                                    "value": [
                                        {
                                            "property": "transform",
                                            "from": [
                                                {
                                                    "translateX": 0,
                                                    "translateY": 0
                                                },
                                                {
                                                    "scale": 1
                                                }
                                            ],
                                            "to": [
                                                {
                                                    "translateX": "-90%",
                                                    "translateY": "-80%"
                                                },
                                                {
                                                    "scale": 0.2
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "id": "aplVisualDemoText",
                            "type": "Text",
                            "text": "Skill Flow Builder<br />APL Visual Demo",
                            "textAlign": "center",
                            "position": "absolute",
                            "width": "100vw",
                            "height": "40vh",
                            "top": "60vh",
                            "fontSize": 80,
                            "opacity": 0,
                            "onMount": [
                                {
                                    "type": "AnimateItem",
                                    "easing": "ease-in-out",
                                    "duration": 3000,
                                    "value": [
                                        {
                                            "property": "opacity",
                                            "from": 0,
                                            "to": 1
                                        },
                                        {
                                            "property": "transform",
                                            "from": [
                                                {
                                                    "translateY": -800
                                                },
                                                {
                                                    "scale": 0.5
                                                }
                                            ],
                                            "to": [
                                                {
                                                    "translateX": "0",
                                                    "translateY": 0
                                                },
                                                {
                                                    "scale": 1
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    },
    "datasources": {
        "visualProperties": {
            "title": "",
            "subtitle": ""
        }
    }
}