You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, I have a list of hundreds of images (twitch emotes) and I want to show an HD version of that image in a tooltip on hover.
It works nice but first render is drastically slowed down by tippy.
Is there any way I could delay that init or make it lighter ?
I tried using the singleton with no much success (i guess all the handlers are still created on every item)
I could build items sequentially instead of all at once but that would make a lesser UX :/
I'm using v6.
Kind regards
The text was updated successfully, but these errors were encountered:
First of all, thank you for that excellent lib <3
Now, I have a list of hundreds of images (twitch emotes) and I want to show an HD version of that image in a tooltip on hover.
It works nice but first render is drastically slowed down by tippy.
Is there any way I could delay that init or make it lighter ?
I tried using the singleton with no much success (i guess all the handlers are still created on every item)
I could build items sequentially instead of all at once but that would make a lesser UX :/
I'm using v6.
Kind regards
The text was updated successfully, but these errors were encountered: