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
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
On smaller resolutions, every 4 pixels, I'm getting one too many pages when using iscroll.pages.length. As a result there is one too many navigation dots in the carousel. The last dot doesn't seem to do much (see attached gif)
The issue seems to be related to position calculation, rounding in particular. Inspecting the position of selected items on affected resolutions shows that it increases by 0.5px with each slide:
On smaller resolutions, every 4 pixels, I'm getting one too many pages when using iscroll.pages.length. As a result there is one too many navigation dots in the carousel. The last dot doesn't seem to do much (see attached gif)
The issue seems to be related to position calculation, rounding in particular. Inspecting the position of selected items on affected resolutions shows that it increases by 0.5px with each slide:
On unaffected resolution it alternates between
0
and0.5
or stays0
I'm using Chrome 68
The text was updated successfully, but these errors were encountered: