1
我對JS很新,我開始玩'AnythingSlider'JavaScript。AnithingSlider - 如何將幻燈片更改爲「不停止」滑動?
我面臨的一個問題是,我希望幻燈片能夠按照「不間斷」的順序顯示,例如,我希望幻燈片能夠不斷移動。
我嘗試過在'.js'文件中'Times'設置,但我無法達到預期的效果。
// Times
delay : 3000, // How long between slideshow transitions in AutoPlay mode (in milliseconds)
resumeDelay : 15000, // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
animationTime : 600, // How long the slideshow transition takes (in milliseconds)
delayBeforeAnimate : 0, // How long to pause slide animation before going to the desired slide (used if you want your "out" FX to show).
有什麼建議嗎?
謝謝你,本來我是想用auotPlay效果:真實,&autoPlayLocked:真實的,但無法實現不停的效果。每當我點擊一些其他窗口或執行一些直接移動到一個特定的幻燈片..滑塊停止//感謝您的答案。 – Raghav