UNPKG

vscroll

Version:
15 lines 289 B
export class RenderModel { get noSize() { return this.sizeBefore === this.sizeAfter; } constructor() { this.reset(); } reset() { this.sizeBefore = 0; this.sizeAfter = 0; this.positionBefore = 0; this.cancel = null; } } //# sourceMappingURL=render.js.map