{
  "onboarding": {
    "type": "virtual_device",
    "device": "actions_ring",
    "featureTour": true,
    "style": "slides",
    "slides": [
      {
        "index": 0,
        "background": "purple",
        "title": "RM_ONBOARDING_FIRST_TITLE",
        "description": "RM_ONBOARDING_FIRST_TITLE_DESCRIPTION",
        "fadeOutImage": "radial_start_image"
      },
      {
        "index": 1,
        "pgname": "open_actions_ring_pg",
        "imagePanel": {
          "image": "show_action_ring",
          "imageClass": "console_image_panel no-shadow",
          "animation": {
            "entry": [
              {
                "animationType": "MOVE_LEFT_TOUCHPAD_WITH_HIDE"
              },
              {
                "animationType": "SHOW_OFF",
                "animationTimeout": 500
              }
            ]
          }
        },
        "configurationPanel": {
          "configurations": [
            {
              "title": "ONBOARD_TITLE_OPEN_ACTION_RING",
              "description": "ONBOARD_DESCRIPTION_OPEN_ACTION_RING",
              "animation": {
                "entry": {
                  "animationType": "HORIZONTAL_FROM",
                  "animationTimeout": 800
                },
                "exit": {
                  "animationType": "HORIZONTAL_FROM"
                }
              }
            }
          ]
        }
      },
      {
        "index": 2,
        "pgname": "launch_actions_pg",
        "imagePanel": {
          "image": "use_action_ring",
          "imageClass": "console_image_panel no-shadow",
          "animation": {
            "entry": [
              {
                "animationType": "MOVE_LEFT_TOUCHPAD_WITH_HIDE"
              },
              {
                "animationType": "SHOW_OFF",
                "animationTimeout": 200
              }
            ]
          }
        },
        "configurationPanel": {
          "configurations": [
            {
              "title": "ONBOARD_TITLE_LAUNCH_ACTIONS",
              "description": "ONBOARD_DESCRIPTION_LAUNCH_ACTIONS",
              "animation": {
                "entry": {
                  "animationType": "HORIZONTAL_FROM",
                  "animationTimeout": 500
                },
                "exit": {
                  "animationType": "HORIZONTAL_FROM"
                }
              }
            }
          ]
        }
      },
      {
        "index": 3,
        "pgname": "adjust_actions_ring_pg",
        "imagePanel": {
          "image": "adjust_action_ring",
          "imageClass": "console_image_panel no-shadow",
          "animation": {
            "entry": [
              {
                "animationType": "MOVE_LEFT_TOUCHPAD_WITH_HIDE"
              },
              {
                "animationType": "SHOW_OFF",
                "animationTimeout": 200
              }
            ]
          }
        },
        "configurationPanel": {
          "configurations": [
            {
              "title": "ONBOARD_TITLE_ADJUST_ACTION_RING",
              "description": "ONBOARD_DESCRIPTION_ADJUST_ACTION_RING",
              "animation": {
                "entry": {
                  "animationType": "HORIZONTAL_FROM",
                  "animationTimeout": 500
                },
                "exit": {
                  "animationType": "HORIZONTAL_FROM"
                }
              }
            }
          ]
        }
      },
      {
        "index": 4,
        "pgname": "adapt_to_app_pg",
        "imagePanel": {
          "image": "app_specific_actions",
          "imageClass": "console_image_panel no-shadow",
          "animation": {
            "entry": [
              {
                "animationType": "MOVE_LEFT_TOUCHPAD_WITH_HIDE"
              },
              {
                "animationType": "SHOW_OFF",
                "animationTimeout": 200
              }
            ]
          }
        },
        "configurationPanel": {
          "configurations": [
            {
              "title": "ONBOARD_TITLE_ADAPTS_ACTION_RING",
              "description": "ONBOARD_DESCRIPTION_ADAPTS_ACTION_RING",
              "animation": {
                "entry": {
                  "animationType": "HORIZONTAL_FROM",
                  "animationTimeout": 500
                },
                "exit": {
                  "animationType": "HORIZONTAL_FROM"
                }
              }
            }
          ]
        }
      },
      {
        "index": 5,
        "background": "purple",
        "title": "",
        "description": "",
        "fadeOutImage": "radial_start_image"
      }
    ]
  }
}
