Reputation: 489
I couldnt find any default animation features supported by tizen other than data-transition="slideup" for anchor tag or popups. Is it that I didnt explore well or tizen(using TAU) gives limited support to animation for some reasons like performance? Can we use something like page swiper in wearable?
Upvotes: 0
Views: 321
Reputation: 1816
As per my knowledge Tizen don't have any Vertical Swipe control till now. You can find Horizontal swipe from online sample,
New Project>Online Sample> TAUUIComponents
From this app goto Controls>Page Indicator for horizontal swipe.
If you want to use vertical swipe, i think you have to developed by your own. You can use TAU for this or you can you external library like JQuery.
I will suggest to use dragend JS for this purpose. You can get the source code for this from here.
-Thanks
Upvotes: 2