You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td>xOffset</td><td>Number</td><td>Смещение по оси X. Задается относительно верхнего левого угла элемента. Если не указано, мышь переместится в середину элемента.</td></tr>
25
-
<tr><td>yOffset</td><td>Number</td><td>Смещение по оси Y. Задается относительно верхнего левого угла элемента. Если не указано, мышь переместится в середину элемента.</td></tr>
26
-
27
-
</tbody>
20
+
<thead>
21
+
<tr>
22
+
<td>**Имя**</td>
23
+
<td>**Тип**</td>
24
+
<td>**Описание**</td>
25
+
</tr>
26
+
</thead>
27
+
<tbody>
28
+
<tr>
29
+
<td>xOffset</td>
30
+
<td>Number</td>
31
+
<td>
32
+
Смещение по оси X. Задается относительно центра элемента. Если не указано, мышь
33
+
переместится в середину элемента.
34
+
</td>
35
+
</tr>
36
+
<tr>
37
+
<td>yOffset</td>
38
+
<td>Number</td>
39
+
<td>
40
+
Смещение по оси Y. Задается относительно центра элемента. Если не указано, мышь
<tr><td>xOffset</td><td>Number</td><td>The X-axis offset relative to the top-left corner of the element. If not specified, the mouse will move to the middle of the element.</td></tr>
25
-
<tr><td>yOffset</td><td>Number</td><td>The Y-axis offset relative to the top-left corner of the element. If not specified, the mouse will move to the middle of the element.</td></tr>
26
-
27
-
</tbody>
20
+
<thead>
21
+
<tr>
22
+
<td>**Name**</td>
23
+
<td>**Type**</td>
24
+
<td>**Description**</td>
25
+
</tr>
26
+
</thead>
27
+
<tbody>
28
+
<tr>
29
+
<td>xOffset</td>
30
+
<td>Number</td>
31
+
<td>
32
+
The X-axis offset relative to the middle of the element. If not specified, the mouse
33
+
will move to the middle of the element.
34
+
</td>
35
+
</tr>
36
+
<tr>
37
+
<td>yOffset</td>
38
+
<td>Number</td>
39
+
<td>
40
+
The Y-axis offset relative to the middle of the element. If not specified, the mouse
0 commit comments