File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ The plugin also accepts the following options
39
39
40
40
| Name| Default| Description|
41
41
| --| --| --|
42
- | offset_x | ` 0 ` | Offset the element horizontally by * nth* number of pixels|
43
- | offset_y | ` 0 ` | Offset the element vertically by * nth* number of pixels|
44
- | preserve_cursor | ` false ` | When set to ` true ` , show the browsers default cursor with the custom element.|
42
+ | offsetX | ` 0 ` | Offset the element horizontally by * nth* number of pixels|
43
+ | offsetY | ` 0 ` | Offset the element vertically by * nth* number of pixels|
44
+ | preserveCursor | ` false ` | When set to ` true ` , show the browsers default cursor with the custom element.|
45
45
46
46
** Options example**
47
47
``` javascript
48
48
$ (' .cursor-item' ).cursorElement ({
49
- offset_x : 10 ,
50
- offset_y : 10 ,
51
- preserve_cursor : true
49
+ offsetX : 10 ,
50
+ offsetY : 10 ,
51
+ preserveCursor : true
52
52
});
53
53
```
54
54
You can’t perform that action at this time.
0 commit comments