mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
feat(tips): add delay
This commit is contained in:
parent
cf09251a90
commit
7bf7050cdc
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