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

Method resize

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

Source from the content-addressed store, hash-verified

80 })
81 }
82 resize(){
83 let windowHeight = window.innerHeight
84 Array.from(this.allObjects).map(([name, value]) => {
85 value.resize(windowHeight)
86 });
87 }
88 public removeObject(id: string){
89 let removedObject = this.objectsMap.get(id)
90 if(removedObject?.showObserver != null){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected