MCPcopy Create free account
hub / github.com/Fiddle-Digital/string-scroll / safariFactor

Method safariFactor

src/index.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74
75 get safariFactor(){
76 return this.sf
77 }
78 set safariFactor(value: number){
79 this.sf = value
80 if (isSafari()) {

Callers

nothing calls this directly

Calls 3

isSafariFunction · 0.85
setSpeedAccelerateMethod · 0.65
setSpeedDecelerateMethod · 0.65

Tested by

no test coverage detected