You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using latest version from repository (2.0.5). Added option disableWrap: true. When spinning with autoplay or manually, slider freezes on reaching first image. Error message:
TypeError: f[e.getNormalizedCurrentFrame(...)] is undefined
Using latest version from repository (2.0.5). Added option disableWrap: true. When spinning with autoplay or manually, slider freezes on reaching first image. Error message:
Here's an example to quickly reproduce this issue:
https://jsfiddle.net/joshas/5vaenw0s/2/
Frames array is being accessed using values starting from 1, not from 0.
The text was updated successfully, but these errors were encountered: