const tl = new TimelineMax(); tl.fromTo( currentPage, 0.3, { opacity: 1, pointerEvents: "all" }, { opacity: 0, pointerEvents: "none" } ) .
確定! 回上一頁