typescript 全页模式 - 假滚动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 全页模式 - 假滚动相关的知识,希望对你有一定的参考价值。

// ...
@Component({
  // ...
})
export class CarouselComponent implements OnInit {
  // ...
  overflow: string = 'scroll';
  scrollOffset: number = 0;
  // ...
  toggle(album: IAlbum) {
    if (this.selected == null) {
      const albumIdx = this.albums.indexOf(album);
      this.selected = album;
      this.overflow = 'hidden'; // 

以上是关于typescript 全页模式 - 假滚动的主要内容,如果未能解决你的问题,请参考以下文章

typescript 全页模式 - 专辑最大高度

typescript 全页模式 - Toogle选择的相册

html 全页模式 - 点击手势

scss 全页模式 - 过渡曲线

scss 全页模式 - 专辑SCSS

禁用整页滚动