{
  "motion": {
    "easing": {
      "none": "cubic-bezier(0, 0, 1, 1)",
      "enter": "cubic-bezier(0.05, 0.2, 0.2, 1)",
      "exit": "cubic-bezier(0.5, 0.05, 0.7, 0.6)",
      "move": "cubic-bezier(0.3, 0.1, 0.1, 1)"
    },
    "duration": {
      "none": "0ms",
      "fast": "150ms",
      "medium": "250ms",
      "slow": "350ms",
      "xslow": "450ms"
    }
  }
}
