{
  "namespace": "screenshot",

  //--------------------------------------------------------------------------------
  // Animations
  //--------------------------------------------------------------------------------

  "anim_screenshot_flash": {
    "anim_type": "alpha",
    "easing": "in_expo",
    "duration": "$screenshot_flash_anim_duration",
    "from": 1.0,
    "to": 0
  },

  //--------------------------------------------------------------------------------
  // Common Controls
  //--------------------------------------------------------------------------------

  "screenshot_flash_image": {
    "type": "image",
    "size": [ "100%", "100%" ],
    "layer": 6,
    "texture": "textures/ui/White",
    "alpha": "@screenshot.anim_screenshot_flash"
  },

  "screenshot_screen@common.base_screen": {
    "$default_text_color": "$light_button_default_text_color",
    "$screen_content": "screenshot.screenshot_screen_content"
  },

  "screenshot_screen_content@common.common_panel": {
    "type": "panel",
    "controls": [
      {
        "transparent_background@feed_common.transparent_background": {}
      },
      { "screenshot_flash@screenshot.screenshot_flash_image": {} }
    ]
  }
}