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

Method enabled

src/index.ts:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103
104 private _enabled: boolean = true
105 get enabled(){
106 return this._enabled
107 }
108 set enabled(value: boolean){
109 this._enabled = value
110 this.animations.forEach(animation => {

Callers

nothing calls this directly

Calls 2

updateModeParamsMethod · 0.95
isTouchDeviceFunction · 0.85

Tested by

no test coverage detected