Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

jssor photo slider irregular only when using firefox

  • 2 Antworten
  • 1 hat dieses Problem
  • 13 Aufrufe
  • Letzte Antwort von 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.

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (2)

more options

Ausgewählte Lösung

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.