{
  "animation": {
    "easing": {
      "standard": {
        "value": [0.4, 0, 0.2, 1],
        "type": "cubicBezier"
      },
      "decelerated": {
        "value": [0, 0, 0.2, 1],
        "type": "cubicBezier"
      },
      "accelerated": {
        "value": [0.4, 0, 1, 1],
        "type": "cubicBezier"
      }
    }
  }
}
