Searched refs:maxScale (Results 1 – 2 of 2) sorted by relevance
242 let maxScale = 0; variable251 maxScale = this.scales[scalesIndex];252 weight = ((l20 - minScale) * 1.0) / (maxScale - minScale);254 this.scale = maxScale;
35 const maxScale = 0.8; //收藏最大高度为界面最大高度的80% constant153 return (this.parentElement!.clientHeight - topHeight) * maxScale;