{
    "extensions": [
        {
            "type": "view",
            "location": "drawer-view",
            "id": "animations",
            "title": "Animations",
            "persistence": "closeable",
            "order": 0,
            "className": "Animation.AnimationTimeline"
        }
    ],
    "dependencies": [
        "elements"
    ],
    "scripts": [
        "AnimationModel.js",
        "AnimationGroupPreviewUI.js",
        "AnimationScreenshotPopover.js",
        "AnimationTimeline.js",
        "AnimationUI.js"
    ],
    "resources": [
        "animationScreenshotPopover.css",
        "animationTimeline.css"
    ]
}
