Optional
begin
begin?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
dur
dur?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
end
end?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
fill
fill?:
| typeof nothing
| "remove"
| "freeze"
| ((flag: void) => typeof nothing | "remove" | "freeze")
Optional
max
max?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
min
min?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
repeatCount
repeatCount?:
| number
| typeof nothing
| "indefinite"
| ((flag: void) => number | typeof nothing | "indefinite")
Optional
repeatDur
repeatDur?: string | typeof nothing | ((flag: void) => string | typeof nothing)
Optional
restart
restart?:
| typeof nothing
| "always"
| "whenNotActive"
| "never"
| ((flag: void) => typeof nothing | "always" | "whenNotActive" | "never")