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

Method status

src/Animations/StringAnimation.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12 protected _status: boolean = true
13 get status(){
14 return this._status
15 }
16 set status(value: boolean){
17 this._status = value
18 if(this._status){

Callers

nothing calls this directly

Calls 2

emitMethod · 0.80
onScrollMethod · 0.65

Tested by

no test coverage detected