@chats1986 wrote:
This is my code, It is a sliding segment inside which I am trying to achieve a film strip like scroll. Not sure how to do it, Can someone please help?? Thanks in advance!
<ion-slides> <ion-slide> <ion-scroll scrollX="true"> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> <button ion-button round color="light">Category</button> </ion-scroll> <h1>Page0</h1> </ion-slide> </ion-slides>
Posts: 1
Participants: 1