MCPcopy
hub / github.com/nilbuild/driver.js / tourWithDuration

Function tourWithDuration

playground/src/examples/duration.ts:7–14  ·  view source on GitHub ↗
(duration: number)

Source from the content-addressed store, hash-verified

5// Each example runs the same tour at a different `duration` so the effect on
6// both the stage slide and the fade-in can be eyeballed side by side.
7function tourWithDuration(duration: number) {
8 driver({
9 duration,
10 showProgress: true,
11 showButtons: ["next", "previous", "close"],
12 steps: basicTourSteps,
13 }).drive();
14}
15
16export const durationGroup: ExampleGroup = {
17 title: "Animation Duration (test)",

Callers 1

runFunction · 0.85

Calls 1

driverFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…