{
  "normalView": {
    "type": "frame",
    "width": "match_parent",
    "height": "match_parent",
    "elements": [
      {
        "id": "image_bg",
        "type": "image",
        "width": "match_parent",
        "height": "match_parent",
        "src": "#CC000000",
        "layout_gravity" : "center"
      },{
        "id": "image_back",
        "type": "image",
        "width": 170,
        "height": 42,
        "marginTop": 30,
        "marginRight": 30,
        "src": "http://galitv.alicdn.com/product/image/2023-05-31/32edbc5d0259434c4ae401c2f3a93463.png",
        "layout_gravity" : "top|right"
      }, {
        "id": "lottie_super_bapin",
        "type": "n_lottie",
        "width": "match_parent",
        "height": "match_parent",
        "data": "${selfNode}",
        "lottieUri": "${extra.lottieUri}",
        "monitorAnimation":"true",
        "triggerType": "2",
        "playDelay": "10",
        "repeatCount": "0",
        "repeatMode": "2",
        "mergePaths": "true",
        "renderAtBottom": "false"
      },{
        "id": "image_guide_bapin",
        "type": "image",
        "width": 753,
        "height": 362,
        "src": "${extra.bgPic}",
        "layout_gravity" : "bottom|right",
        "alpha":"0"
      },{
        "id": "count_time_bapin",
        "type": "countdown",
        "width": 110,
        "height": 50,
        "marginBottom": 95,
        "marginRight": 60,
        "countInterval": 1000,
        "textSize":30,
        "textColor":"#FFFFFFFF",
        "countTotal":"${extra.duration}",
        "countTextSuffix":"s",
        "visibility": "@{${extra.duration}?visible:gone}",
        "layout_gravity" : "bottom|right",
        "alpha":"0"
      }
    ]
  },
  "animations":[
    {
    "id":"lottie_super_bapin_anim",
    "type":"prop",
    "listenId":"lottie_super_bapin",
    "trigger":"lottie_ani_state_changed",
    "condition":"@equal{${aniPlayState},2}",
    "propAnimators":[
      {
        "elementId": "lottie_super_bapin",
        "propName":"pivotX",
        "valueTo":"0.75",
        "duration":"0"
      },{
        "elementId": "lottie_super_bapin",
        "propName":"pivotY",
        "valueTo":"0.8",
        "duration":"0"
      },{
        "elementId": "lottie_super_bapin",
        "propName":"scale",
        "valueFrom":"1.0",
        "valueTo":"0",
        "duration":"650",
        "interpolator":"accelerate"
      }, {
        "elementId": "image_bg",
        "propName":"alpha",
        "valueFrom":"1.0",
        "valueTo":"0",
        "duration":"650",
        "interpolator":"accelerate"
      }, {
        "elementId": "image_back",
        "propName":"alpha",
        "valueFrom":"1.0",
        "valueTo":"0",
        "duration":"10",
        "interpolator":"linear"
      }, {
        "elementId": "image_guide_bapin",
        "propName":"alpha",
        "valueFrom":"0",
        "valueTo":"1.0",
        "duration":"10",
        "delay":"600",
        "interpolator":"linear"
      }, {
        "elementId": "count_time_bapin",
        "propName":"alpha",
        "valueFrom":"0",
        "valueTo":"1.0",
        "duration":"10",
        "delay":"600",
        "interpolator":"linear"
      }
  ]
  }
]
}