Open infime opened 2 years ago
Came here for the same reason, I'm currently implementing Tippy.js into the UI rewrite of @jsfiddle – a few components reload synchronously so obviously event delegation needs to be used but the tips are also a part of a group so they should be a Singleton.
Unfortunately I found no way to get them working together.
Problem
There seems to be no clean way to make these two addons work together nicely.
Solution
I would like to create a Delegate so tippy instances are created on demand, and additionally register them with a Singleton to gain moveTransition support.