Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

jssor photo slider irregular only when using firefox

  • 2 risposte
  • 1 ha questo problema
  • 14 visualizzazioni
  • Ultima risposta di 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.

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 1

Tutte le risposte (2)

more options

Soluzione scelta

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.