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
Currently, navigating away from the path where the highlighted element is mounted has no effect on the pointerPosition.
Listening to pathname changes can hide the Onborda overlay, and reveal it once navigating back to the correct pathname.
I'll consider adding an option @JoshuaKirby88 to do this on a per step basis. The reason i don't want to do this, is i want the tip to transition between elements across route changes - particularly on SaaS products where the pathname may change but much of the layout remains the same / in the viewport
Right, that makes sense, sorry I was just sharing some things that I was configuring.
Onborda is great by the way.
Just one small thing, I think you forgot to add transition to the border radius of the child motion.div that highlights the viewport.
You can either remove it from the "style" prop and add it to the "initial" and "animate" prop,
or add "transition-[border-radius]" to the className prop.
Currently, navigating away from the path where the highlighted element is mounted has no effect on the pointerPosition.
Listening to pathname changes can hide the Onborda overlay, and reveal it once navigating back to the correct pathname.
Change 1:
Change 2:
The text was updated successfully, but these errors were encountered: