mirror of
https://github.com/openvk/openvk
synced 2025-07-07 00:09:48 +03:00
add delay on tippy functions to avoid random hover
This commit is contained in:
parent
87a8c8384f
commit
9f07a83966
2 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@ tippy.delegate("body", {
|
|||
target: '.mention',
|
||||
theme: "light vk",
|
||||
content: "⌛",
|
||||
delay: 300,
|
||||
allowHTML: true,
|
||||
interactive: true,
|
||||
interactiveDebounce: 500,
|
||||
|
|
|
@ -825,6 +825,7 @@ tippy.delegate("body", {
|
|||
target: '.client_app',
|
||||
theme: "light vk",
|
||||
content: "⌛",
|
||||
delay: 400,
|
||||
allowHTML: true,
|
||||
interactive: true,
|
||||
interactiveDebounce: 500,
|
||||
|
@ -864,6 +865,7 @@ tippy.delegate('body', {
|
|||
target: `.post-like-button[data-type]:not([data-likes="0"])`,
|
||||
theme: "special vk",
|
||||
content: "⌛",
|
||||
delay: 400,
|
||||
allowHTML: true,
|
||||
interactive: true,
|
||||
interactiveDebounce: 500,
|
||||
|
|
Loading…
Reference in a new issue