Reputation: 75
I'm trying to implement a slider feature whenever a user slides the page in ionic application. To elaborate, when I swipe the slider the segment button does highlights but the remaining segment buttons are hidden where I have to swipe the slider manually. Is there any way to make the whole segment slide as when I swipe the content?
Upvotes: 1
Views: 252
Reputation: 75
I found the solution by using angular animation and translating the segment component horizontally. How you are going to use animation depends upon you.
Upvotes: 1