4.4 Interaction 交互 - Hover 悬停


Capture hover events on individual layers. Note that layers must be enabled and have an opacity larger than 0 to receive hovers. Does not work on simulated or connected phones or tablets.
在单个层捕获悬停事件。注意层必须启用,透明度大于0接受悬停。不支持模拟/连接的手机、平板。(板栗:有鼠标才能悬停才能支持啊,如果Hover禁用了,检查一下模拟器是不是选择了手机或平板)

Use the Touch button on a layer to quickly add interactions.
使用图层上的Touch按钮快速添加交互。

4.4 Interaction 交互 - Hover 悬停_第1张图片

输入口

Layer 图层
A layer to check for hover interactions.
一个检查悬停交互的图层。

Enable 启用
A boolean that is true when hover detection is on.
悬停启用时布尔值为真。

输出口

Hover 悬停
A boolean that is true when the mouse is hovering over the layer.
鼠标悬停在图层上布尔值为真。

Position 位置
The position of the cursor, relative to the center of the layer's parent group or device.
光标的位置,相对于层的父组或设备的中心。


Related Patches 相关模块

Interaction


你可能感兴趣的:(4.4 Interaction 交互 - Hover 悬停)