This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Tippy appears from top-left corner of screen #1065
Unanswered
inderpal-3pillarglobal
asked this question in
Q&A
Replies: 1 comment 6 replies
-
If you wrap this line in Line 988 in ad85f6f requestAnimationFrame(() => {
popper.style.transition = instance.props.moveTransition;
}); |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I upgraded to tippy 6, and here is the config I am using with it...
The tippy tooltip appears (slides in) from the top-left corner of the screen and then transitions to the point of hover (the element).
The expected behavior should be that it appears directly at the point of hovering on the element.
Here is the config I am using:
Is there anything I am missing? my hunch is that it's a side-effect of move transition, i.e. it is transitioning from 0,0 to the point of hover of the element.
Beta Was this translation helpful? Give feedback.
All reactions