tizen 可穿戴设备中的垂直页面滑动功能(仅使用 TAU)
Vertical page swipe feature in tizen wearable(only using TAU)
除了 data-transition="slideup" for anchor tag or popups 之外,我找不到 tizen 支持的任何默认动画功能].是我没有探索好还是tizen(使用TAU)出于性能等原因对动画的支持有限?我们可以在可穿戴设备中使用页面滑动器之类的东西吗?
据我所知,Tizen 目前还没有任何 Vertical Swipe 控件。您可以从在线示例中找到水平滑动,
新建项目>在线示例> TAUUIComponents
从此应用转到控件>页面指示器 进行水平滑动。
如果你想使用垂直滑动,我想你必须自己开发。您可以为此使用 TAU,也可以使用 JQuery 这样的外部库。
我会建议使用 dragend JS for this purpose. You can get the source code for this from here。
-谢谢
除了 data-transition="slideup" for anchor tag or popups 之外,我找不到 tizen 支持的任何默认动画功能].是我没有探索好还是tizen(使用TAU)出于性能等原因对动画的支持有限?我们可以在可穿戴设备中使用页面滑动器之类的东西吗?
据我所知,Tizen 目前还没有任何 Vertical Swipe 控件。您可以从在线示例中找到水平滑动,
新建项目>在线示例> TAUUIComponents
从此应用转到控件>页面指示器 进行水平滑动。
如果你想使用垂直滑动,我想你必须自己开发。您可以为此使用 TAU,也可以使用 JQuery 这样的外部库。
我会建议使用 dragend JS for this purpose. You can get the source code for this from here。
-谢谢