滚动到Element-Angular 7的中心

时间:2019-05-07 13:02:18

标签: angular

我试图滚动到TS文件中的特定元素,但没有任何内容。

代码

    @ViewChild('viewBox') viewBox: ElementRef;  

    zoomIn() {
     this.viewBox.nativeElement.scrollTo(this.viewBox.nativeElement.offsetHeight / 2, 0)
    }

0 个答案:

没有答案