MCPcopy Index your code
hub / github.com/Fiddle-Digital/string-scroll / desktopScrollMode

Method desktopScrollMode

src/index.ts:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157
158 private dMode: "smooth" | "disable" | "default" = "smooth"
159 get desktopScrollMode(){
160 return this.dMode
161 }
162 set desktopScrollMode(desktopMode: "smooth" | "disable" | "default"){
163 this.dMode = desktopMode
164 this.updateModeParams(this.dMode)

Callers

nothing calls this directly

Calls 1

updateModeParamsMethod · 0.95

Tested by

no test coverage detected