JIT
Create a sliding card display with toggle view using simple JavaScript
show three card divs in a row initially and hide remaining cards and slide each card one by one by simply replacing the previous slide and first one with different width and other two same width on navigating left/ right and show/ hide all cards on toggling viewall/ collapse.. using simple js
Updated files
v1
cards hiding
Updated files
v2
cards should not hide
Updated files
v3