{
  "$description": "Motion tokens extracted by designlang",
  "duration": {
    "xs": {
      "$value": "100ms",
      "$type": "duration",
      "ms": 100
    },
    "sm": {
      "$value": "175ms",
      "$type": "duration",
      "ms": 175
    },
    "md": {
      "$value": "300ms",
      "$type": "duration",
      "ms": 300
    },
    "xxl": {
      "$value": "451754s",
      "$type": "duration",
      "ms": 451754000
    }
  },
  "easing": {
    "custom-802": {
      "$value": "cubic-bezier(0.2, 0, 0, 1)",
      "$type": "cubicBezier",
      "family": "custom"
    },
    "ease-in-out-707": {
      "$value": "cubic-bezier(0, 0, 1, 1)",
      "$type": "cubicBezier",
      "family": "ease-in-out"
    },
    "linear": {
      "$value": "linear",
      "$type": "cubicBezier",
      "family": "linear"
    }
  },
  "spring": {},
  "$meta": {
    "feel": "mixed",
    "scrollLinked": true
  }
}