Optional
by
by?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optional
calcMode
calcMode?:
| typeof nothing
| "discrete"
| "linear"
| "paced"
| "spline"
| (
(
flag: void,
) => typeof nothing | "discrete" | "linear" | "paced" | "spline"
)
Optional
from
from?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optional
keySplines
keySplines?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
keyTimes
keyTimes?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
to
to?:
| string
| number
| typeof nothing
| ((flag: void) => string | number | typeof nothing)
Optional
values
values?: string | typeof nothing | ((flag: void) => string | typeof nothing)