{
    "url": "http://localhost:3000/src/lib/steps/zoom-on/zoom-on.html",
    "steps": [
        {
            "startRecording": ""
        },
        {
            "zoomOn": {
                "target": ".target",
                "zoom": 10,
                "duration": 500
            }
        },
        {
            "wait": 1000
        },
        {
            "zoomOn": {
                "target": ".target",
                "zoom": 10,
                "out": true,
                "duration": 500
            }
        },
        {
            "stopRecording":""
        }
    ]
}