* Set vertical scroll percent with animation * 设置垂直滚动百分比(带动画)
(value: number, bAnimate: boolean)
| 295 | * 设置垂直滚动百分比(带动画) |
| 296 | */ |
| 297 | public setPercY(value: number, bAnimate: boolean): void { |
| 298 | this.setPosY(this._overlapHeight * clamp01(value), bAnimate); |
| 299 | } |
| 300 | |
| 301 | /** |
| 302 | * Set horizontal position with animation |
no test coverage detected