design-tokens / community-group

This is the official DTCG repository for the design tokens specification.
https://tr.designtokens.org
Other
1.56k stars 63 forks source link

$type: cubicBezier #248

Closed drwpow closed 3 months ago

drwpow commented 3 months ago

Goals

Proposals

Initial proposal

@lukasoppermann on Aug 15, 2024

{
  "number": { "$type": "number", "$value": 0.2 },
  "cubic-bezier": { "$type": "cubicBezier", "$value": ["{number}", 0.1, 1, 1] }
}

All discussions

drwpow commented 3 months ago

Whoops! Didn’t mean to open an issue.