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',
|
target: '.mention',
|
||||||
theme: "light vk",
|
theme: "light vk",
|
||||||
content: "⌛",
|
content: "⌛",
|
||||||
|
delay: 300,
|
||||||
allowHTML: true,
|
allowHTML: true,
|
||||||
interactive: true,
|
interactive: true,
|
||||||
interactiveDebounce: 500,
|
interactiveDebounce: 500,
|
||||||
|
|
|
@ -825,6 +825,7 @@ tippy.delegate("body", {
|
||||||
target: '.client_app',
|
target: '.client_app',
|
||||||
theme: "light vk",
|
theme: "light vk",
|
||||||
content: "⌛",
|
content: "⌛",
|
||||||
|
delay: 400,
|
||||||
allowHTML: true,
|
allowHTML: true,
|
||||||
interactive: true,
|
interactive: true,
|
||||||
interactiveDebounce: 500,
|
interactiveDebounce: 500,
|
||||||
|
@ -864,6 +865,7 @@ tippy.delegate('body', {
|
||||||
target: `.post-like-button[data-type]:not([data-likes="0"])`,
|
target: `.post-like-button[data-type]:not([data-likes="0"])`,
|
||||||
theme: "special vk",
|
theme: "special vk",
|
||||||
content: "⌛",
|
content: "⌛",
|
||||||
|
delay: 400,
|
||||||
allowHTML: true,
|
allowHTML: true,
|
||||||
interactive: true,
|
interactive: true,
|
||||||
interactiveDebounce: 500,
|
interactiveDebounce: 500,
|
||||||
|
|
Loading…
Reference in a new issue