MCPcopy Create free account
hub / github.com/adobe/react-spectrum / cb

Function cb

packages/@react-spectrum/ai/src/loader/react.tsx:62–64  ·  view source on GitHub ↗
(coeffs)

Source from the content-addressed store, hash-verified

60}
61
62function cb(coeffs) {
63 return `cubic-bezier(${coeffs.join(',')})`;
64}
65
66// stops: ordered [{f, decl, ease}]. `decl` is the CSS declarations for
67// that stop; `ease` (optional) is the timing function for the segment

Callers 4

emitKeyframesFunction · 0.70
getAllVarsFunction · 0.50
getAllComponentVarsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected