export class NiceAnim { @Element() el: HTMLElement; io: IntersectionObserver; componentDidLoad() { this.addIntersectionObserver(); } ...
確定! 回上一頁