(coeffs)
| 60 | } |
| 61 | |
| 62 | function 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 |
no outgoing calls
no test coverage detected