{
  "$description": "Motion tokens extracted by designlang",
  "duration": {
    "xs": {
      "$value": "100ms",
      "$type": "duration",
      "ms": 100
    },
    "sm": {
      "$value": "160ms",
      "$type": "duration",
      "ms": 160
    },
    "md": {
      "$value": "300ms",
      "$type": "duration",
      "ms": 300
    },
    "lg": {
      "$value": "500ms",
      "$type": "duration",
      "ms": 500
    },
    "xl": {
      "$value": "800ms",
      "$type": "duration",
      "ms": 800
    },
    "xxl": {
      "$value": "2s",
      "$type": "duration",
      "ms": 2000
    }
  },
  "easing": {
    "ease-in-out": {
      "$value": "ease",
      "$type": "cubicBezier",
      "family": "ease-in-out"
    },
    "custom-904": {
      "$value": "cubic-bezier(0.8, 0, 0.2, 1)",
      "$type": "cubicBezier",
      "family": "custom"
    },
    "spring-161": {
      "$value": "cubic-bezier(0.34, 1.56, 0.64, 1)",
      "$type": "cubicBezier",
      "family": "spring"
    }
  },
  "spring": {
    "spring-1": {
      "$value": "cubic-bezier(0.34, 1.56, 0.64, 1)",
      "$type": "cubicBezier",
      "overshoot": true
    }
  },
  "$meta": {
    "feel": "springy",
    "scrollLinked": true
  }
}