MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onFitHorizontally

Method onFitHorizontally

examples/piu/cards/main.js:118–122  ·  view source on GitHub ↗
(layout, width)

Source from the content-addressed store, hash-verified

116 layout.duration = this.timeline.duration + 500;
117 }
118 onFitHorizontally(layout, width) {
119 this.anchors.name.width = this.anchors.title.width = this.anchors.address.width = this.anchors.background.width = width;
120 this.resetTimeline(layout);
121 return width;
122 }
123 onFitVertically(layout, height) {
124 this.anchors.background.height = height;
125 this.resetTimeline(layout);

Callers

nothing calls this directly

Calls 1

resetTimelineMethod · 0.80

Tested by

no test coverage detected