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

Method fraction

modules/piu/All/piuTimeline.js:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133 }
134 get fraction() {
135 return this.time / this.duration;
136 }
137 set fraction(it) {
138 this.seekTo(it * this.duration);
139 }

Callers

nothing calls this directly

Calls 1

seekToMethod · 0.95

Tested by

no test coverage detected