componentWillLeave(callback) { const el = this.container; TweenMax.fromTo( el, 0.3, { x: 0, opacity: 1 }, { x: 100, opacity: 0, onComplete: callback } ); }.
確定! 回上一頁