We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9d4ea commit fb87de7Copy full SHA for fb87de7
1 file changed
public/js/index.js
@@ -2340,7 +2340,8 @@ function buildCursor(user) {
2340
//cursortag[0].style.background = color;
2341
cursortag[0].style.color = user.color;
2342
2343
- cursor.attr('data-mode', 'state');
+ cursor.attr('data-mode', 'hover');
2344
+ cursortag.delay(2000).fadeOut("fast");
2345
cursor.hover(
2346
function () {
2347
if (cursor.attr('data-mode') == 'hover')
0 commit comments