{
  "$description": "Motion tokens extracted by designlang",
  "duration": {
    "instant": {
      "$value": "20ms",
      "$type": "duration",
      "ms": 20
    },
    "xs": {
      "$value": "100ms",
      "$type": "duration",
      "ms": 100
    },
    "sm": {
      "$value": "160ms",
      "$type": "duration",
      "ms": 160
    },
    "md": {
      "$value": "300ms",
      "$type": "duration",
      "ms": 300
    },
    "xl": {
      "$value": "1s",
      "$type": "duration",
      "ms": 1000
    }
  },
  "easing": {
    "custom-904": {
      "$value": "cubic-bezier(0.4, 0, 0.6, 1)",
      "$type": "cubicBezier",
      "family": "custom"
    },
    "steps": {
      "$value": "steps(1, start)",
      "$type": "cubicBezier",
      "family": "steps"
    },
    "custom-47": {
      "$value": "cubic-bezier(0.25, 0.1, 0.3, 1)",
      "$type": "cubicBezier",
      "family": "custom"
    },
    "linear": {
      "$value": "linear",
      "$type": "cubicBezier",
      "family": "linear"
    },
    "ease-in-out": {
      "$value": "ease",
      "$type": "cubicBezier",
      "family": "ease-in-out"
    }
  },
  "spring": {},
  "$meta": {
    "feel": "mixed",
    "scrollLinked": true
  }
}