
回复
【本文正在参加「盲盒」+码有奖征文活动】(https://ost.51cto.com/posts/19288)
描述:用于触发旋转手势事件,触发旋转手势的最少手指为2指,最大为5指,最小改变度数为1度。
Api:从API Version 7开始支持
接口:RotationGesture(value?: { fingers?: number, angle?: number })
参数:
事件:
示例代码:
示例效果:
代码地址:(https://gitee.com/jltfcloudcn/jump_to/tree/master/TapGesture)