1
我有一個Scrollmagic問題:我使用的是triggerElement,但它表示它在頁面頂部輸入triggerElement,但triggerElement位於頁面中間。這是我的ScrollMagic代碼:Scrollmagic triggerElement不工作
var scene2 = new ScrollMagic.Scene({triggerElement: "#motivational"})
.setPin("#MiddleOfPage") // pins the element for the the scene's duration
.addTo(controller);
的#middleOfPage是在頁面的中間固定的元素,而「勵志」元素在頁面中間的相對元素的ID。我不知道發生了什麼!