viewof date = TangledScrubber(dates.slice(start, dates.length), {
initialDelay,
loop: false,
format: d =>
`${d.toLocaleString(undefined, {
month: "long",
day: "numeric",
year: "numeric",
timeZone: "UTC"
})}`,
tMin: 50,
tPower: 1.5,
tMax: 500,
tMinWidth: "4em"
})