xmuSistone / CardSlidePanel

enable users to slide card to the left or right smoothly and continuously
2.39k stars 516 forks source link

How can i show 4 cards at a time instead of 3? #92

Open sachinvarma opened 5 years ago

sachinvarma commented 5 years ago

I'm trying to show 4 cards at a time by changing VIEW_COUNT = 5. VIEW_COUNT is inside the class CardSlidePanel. But nothing is changing but if i'm assigning it as 3 or 2, it works well. Any help will be appreciated.