搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

jssor photo slider irregular only when using firefox

  • 2 回覆
  • 1 有這個問題
  • 9 次檢視
  • 最近回覆由 NUMNUM

more options

I have a photo sider (jssor) located here; https://apco-atlantic.org/

The slider performs flawlessly with all browsers except firefox. In firefox it is jumpy and out of sync. I'm at a loss to the problem.

I have a photo sider (jssor) located here; https://apco-atlantic.org/ The slider performs flawlessly with all browsers except firefox. In firefox it is jumpy and out of sync. I'm at a loss to the problem.

被選擇的解決方法

Hmm, the manual functions all work smoothly, but there's some kind of timing issue with the transition: there's a flash, the caption slides, but there's a delay with the correct image appearing.

When I look at their transition page, it seems okay (tried "Fade Fly in R" and "Fade out L" which seems similar to yours): https://www.jssor.com/development/tool-slideshow-transition-viewer.html

But your library uses different code from the current release -- for example, $JssorEasing$.$EaseInCubic seems to have changed to $Jease$.$InCubic -- so the new JS file is not a drop-in replacement, you would need to update all the parameters for your slideshow.

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

Hmm, the manual functions all work smoothly, but there's some kind of timing issue with the transition: there's a flash, the caption slides, but there's a delay with the correct image appearing.

When I look at their transition page, it seems okay (tried "Fade Fly in R" and "Fade out L" which seems similar to yours): https://www.jssor.com/development/tool-slideshow-transition-viewer.html

But your library uses different code from the current release -- for example, $JssorEasing$.$EaseInCubic seems to have changed to $Jease$.$InCubic -- so the new JS file is not a drop-in replacement, you would need to update all the parameters for your slideshow.

more options

Thank you very much! While I haven't swapped the code out from production, it works on my test server.