{
  "global": {
    "namespace": "c360",
    "category": "kx",
    "cssProperties": [
      "animation-duration",
      "animation-timing-function",
      "transition-duration",
      "transition-timing-function"
    ]
  },
  "props": [
    {
      "name": "kx-duration-x-long",
      "value": "600ms",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-duration", "transition-duration"],
      "comment": "Kinetics x-long duration"
    },
    {
      "name": "kx-duration-long",
      "value": "400ms",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-duration", "transition-duration"],
      "comment": "Kinetics long duration"
    },
    {
      "name": "kx-duration-normal",
      "value": "250ms",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-duration", "transition-duration"],
      "comment": "Kinetics normal duration"
    },
    {
      "name": "kx-duration-short",
      "value": "150ms",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-duration", "transition-duration"],
      "comment": "Kinetics short duration"
    },
    {
      "name": "kx-duration-x-short",
      "value": "75ms",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-duration", "transition-duration"],
      "comment": "Kinetics short duration"
    },
    {
      "name": "kx-ease-none",
      "value": "cubic-bezier(0, 0, 1, 1)",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-timing-function", "transition-timing-function"],
      "comment": "Kinetics ease none"
    },
    {
      "name": "kx-ease-in",
      "value": "cubic-bezier(0.3, 0, 1, 0.3)",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-timing-function", "transition-timing-function"],
      "comment": "Kinetics ease in"
    },
    {
      "name": "kx-ease-out",
      "value": "cubic-bezier(0, 0.3, 0.15, 1)",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-timing-function", "transition-timing-function"],
      "comment": "Kinetics ease out"
    },
    {
      "name": "kx-ease-in-out",
      "value": "cubic-bezier(0.3, 0, 0.15, 1)",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-timing-function", "transition-timing-function"],
      "comment": "Kinetics ease in-out"
    },
    {
      "name": "kx-ease-under",
      "value": "cubic-bezier(0.7, 0, 0.7, -0.75)",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-timing-function", "transition-timing-function"],
      "comment": "Kinetics ease under"
    },
    {
      "name": "kx-ease-over",
      "value": "cubic-bezier(0.3, 1.75, 0.3, 1)",
      "type": "raw",
      "syntax": "<length>",
      "inherits": true,
      "scope": "global",
      "cssProperties": ["animation-timing-function", "transition-timing-function"],
      "comment": "Kinetics ease over"
    }
  ]
}
